summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2022-10-10 10:28:04 -0700
committerSignal Linden <signal@lindenlab.com>2022-10-10 10:28:04 -0700
commit2e53204e774a24483653d8a4d4c31bff2d7a5f97 (patch)
treef6fda1691817a36f673e23fab87d42bf429729bb /.github
parent1f8671f3ac46f268dbf043753aad34489778b673 (diff)
Explicitly set AUTOBUILD_VSVER
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml1
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