Skip to content

Commit

Permalink
fix: Windows cmake error during release build
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Dec 22, 2021
1 parent daaccd5 commit d16ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
install-deps: "true"

- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=Release -DANTIMICROX_PKG_VERSION="GitHub Windows Release" -B ${{ github.workspace }}/build
run: cmake -DCMAKE_BUILD_TYPE=Release -DANTIMICROX_PKG_VERSION="GitHub Windows Release" -B '${{ github.workspace }}'/build
env:
CMAKE_PREFIX_PATH: ${{env.Qt5_Dir}}

Expand Down

0 comments on commit d16ac8d

Please sign in to comment.