Skip to content

Commit

Permalink
Added missing $ in env lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
androst committed Sep 9, 2023
1 parent 3ec6fd2 commit 8d48e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-DROMOCC_BUILD_PYTHON_BINDINGS=ON `
- name: Build libromocc
run: cmake --build {{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 8d48e4f

Please sign in to comment.