Skip to content

Commit

Permalink
forgot ' for variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch authored Oct 9, 2020
1 parent 01344ec commit 62be73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasesWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Configure with VCPKG
run: |
$ARCH=${{ matrix.architecture }}
$ARCH='${{ matrix.architecture }}'
If($ARCH -eq 'x86') {$ARCH='Win32'}
cmake -B _build -S src -A $ARCH -DCMAKE_TOOLCHAIN_FILE=${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=${{ matrix.architecture }}-windows -DCMAKE_BUILD_TYPE=release
Expand Down

0 comments on commit 62be73c

Please sign in to comment.