Skip to content

Commit

Permalink
random try
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 25, 2023
1 parent 8660a33 commit 1e06905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
- name: build
run: cmake --build build --config Release # `config Release` somehow necessary by windows
run: cmake --build build

- name: upload binaries
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1e06905

Please sign in to comment.