Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
f44r committed Jun 1, 2024
1 parent f186f1f commit 84a0e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: ls
run: tree ${{github.workspace}}/build
run: tree /F ${{github.workspace}}


- name: Compress binaries
Expand Down

0 comments on commit 84a0e43

Please sign in to comment.