Skip to content

Commit

Permalink
Fix GH actions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Oct 15, 2021
1 parent a08f42c commit 01ab862
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 @@ -54,4 +54,4 @@ jobs:
- name: Build
# Use cmake to build -- this will invoke `make` on Linux/Mac, Visual Studio on Windows.
working-directory: ${{github.workspace}}/cblite/build
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config $env:BUILD_TYPE

0 comments on commit 01ab862

Please sign in to comment.