diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-10 10:28:04 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-10 10:28:04 -0700 |
commit | 2e53204e774a24483653d8a4d4c31bff2d7a5f97 (patch) | |
tree | f6fda1691817a36f673e23fab87d42bf429729bb /.github | |
parent | 1f8671f3ac46f268dbf043753aad34489778b673 (diff) |
Explicitly set AUTOBUILD_VSVER
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80a1498fce..e2abb3ce7c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,6 +23,7 @@ jobs: AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }} AUTOBUILD_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables + AUTOBUILD_VSVER: "170" steps: - name: Checkout code uses: actions/checkout@v3 |