Skip to content

Commit

Permalink
Fix ninja case
Browse files Browse the repository at this point in the history
  • Loading branch information
krabiworld committed Dec 29, 2024
1 parent c5491e6 commit 2ec23a7
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 @@ -29,7 +29,7 @@ jobs:
run: |
mkdir cmake-build
cmake -DCMAKE_BUILD_TYPE=Release -DIXWEBSOCKET_INSTALL:BOOL=OFF -DCMAKE_INSTALL_PREFIX=foxogram -G Ninja -B cmake-build
Ninja -C cmake-build
ninja -C cmake-build
cmake --build cmake-build --target install
- name: Archive Foxogram
Expand Down

0 comments on commit 2ec23a7

Please sign in to comment.