From 97f84f7051a318e8beb8abf02505a2b423ba9c72 Mon Sep 17 00:00:00 2001 From: Signal Linden <signal@lindenlab.com> Date: Wed, 12 Oct 2022 13:15:18 -0700 Subject: [PATCH] Fix YAML syntax --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e90448425bd..1dc58a404a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - runner: windows-2022-large configuration: ReleaseOS addrsize: 32 - runs-on: [${{ matrix.runner }}] + runs-on: ${{ matrix.runner }} env: AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }} AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }} -- GitLab