Skip to content

Commit

Permalink
feat(ci): print file structure after downloading native stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 23, 2023
1 parent 3f6f9b0 commit f0791b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: native/
- name: File systems suck where are we
run: tree
- name: Build
working-directory: ./Wrapper/FreeImage.NET/cs/Library
run: msbuild.exe Library.csproj /p:Configuration=Release
Expand Down

0 comments on commit f0791b0

Please sign in to comment.