Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaperD authored Jan 26, 2024
1 parent 27556ab commit 133e883
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 @@ -13,7 +13,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=Release -DKTX_FEATURE_STATIC_LIBRARY=ON ..
cmake --build . --config Release
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 133e883

Please sign in to comment.