fix: missing env
This commit is contained in:
parent
72eb783fae
commit
ac1592097f
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake -B ${{github.workspace}}/build \
|
cmake -B ${{github.workspace}}/build \
|
||||||
-DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.vcpkgToolchainFile }} \
|
-DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.vcpkgToolchainFile }} \
|
||||||
-DVCPKG_TARGET_TRIPLET=${{VCPKG_TRIPLET}} \
|
-DVCPKG_TARGET_TRIPLET=${{ env.VCPKG_TRIPLET }} \
|
||||||
-S ${{github.workspace}}
|
-S ${{github.workspace}}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user