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 3dcd8f7 commit a0f6e23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

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


- name: Compress binaries
uses: svenstaro/upx-action@v2
with:
Expand Down

0 comments on commit a0f6e23

Please sign in to comment.