diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-12 13:15:18 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-12 13:15:18 -0700 |
commit | 97f84f7051a318e8beb8abf02505a2b423ba9c72 (patch) | |
tree | 0c654aab70221e98c26c3d88ba4e4e488104fd9a /.github | |
parent | efb987f595d6749d42e3148bf0e071f5bafce450 (diff) |
Fix YAML syntax
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e90448425b..1dc58a404a 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 }} |