Skip to content

Commit

Permalink
build a release build for linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunch committed Sep 5, 2023
1 parent b73d865 commit 1544332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
submodules: recursive
- name: CMake
run: cmake -B build
run: cmake -B build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build
run: cmake --build build --config Release
- name: Upload build artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 1544332

Please sign in to comment.