Skip to content

Commit

Permalink
ci: build: windows debug build with ls again
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed Apr 13, 2024
1 parent 27ad8f1 commit faff5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run CMake
run: cd build && cmake ..
- name: Build
run: ls && cd build && make client
run: ls && cd build && ls && make client
linux:
name: Build on Linux (Ubuntu)
runs-on: ubuntu-latest
Expand Down

0 comments on commit faff5cb

Please sign in to comment.