Skip to content

Commit

Permalink
ci: build: windows try Unix Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed Apr 13, 2024
1 parent b3bf77b commit 1b9d7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Create build dir
run: mkdir -p build
- name: Run CMake
run: cd build && cmake ..
run: cd build && cmake -G "Unix Makefiles" ..
- name: Build
run: cd build && ninja client
run: cd build && make client
client-linux:
name: Client on Linux (Ubuntu)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1b9d7ec

Please sign in to comment.