GHA: use declarative env

Rather than calling `env` as part of the commandline.
develop
Kelvie Wong 2023-02-03 14:08:56 -08:00
parent 667851d037
commit 1e904cfc11
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: |