Skip to content

Commit

Permalink
Fix e6725cd
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Dec 27, 2023
1 parent a7ed02b commit 39c4219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build project
run: |
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -B build
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build -j 4
- name: Upload binary
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build project
run: |
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -B build -G "Ninja"
cmake -DCMAKE_BUILD_TYPE=Release -B build -G "Ninja"
cmake --build build -j 4
- name: Upload binary
Expand Down

0 comments on commit 39c4219

Please sign in to comment.