Merge pull request #2800 from kelvie/build-stonesense

Cleanup: GHA: use declarative env
develop
Myk 2023-02-04 12:22:01 -08:00 committed by GitHub
commit 1365e4bc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

@ -143,9 +143,11 @@ jobs:
ccache-win64-cross-msvc-${{ github.ref_name }}
ccache-win64-cross-msvc
- name: Cross-compile win64 artifacts
env:
CMAKE_EXTRA_ARGS: '-DBUILD_STONESENSE:BOOL=1'
run: |
cd build
env CMAKE_EXTRA_ARGS=-DBUILD_STONESENSE:BOOL=1 bash -x build-win64-from-linux.sh
bash -x build-win64-from-linux.sh
- name: Format artifact name
id: artifactname
run: |