Skip to content

Commit 8b755ce

Browse files
committed
*facepalm*
1 parent 573f6c6 commit 8b755ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
repository: microsoft/vcpkg
7272
ref: ${{ steps.vcpkg_sha.outputs.VCPKG_SHA }}
7373
- name: Install Mono (Linux) (for NuGet export)
74-
if: matrix.preset == 'linux-arm64' || matrix.preset == 'linux-arm64-ci'
74+
if: matrix.preset == 'linux-ci' || matrix.preset == 'linux-arm64-ci'
7575
run: |
7676
sudo apt update
7777
sudo apt install -y mono-complete
7878
- name: Install Mono (macOS) (for NuGet export)
79-
if: matrix.preset == 'macos-arm64'
79+
if: matrix.preset == 'macos-ci'
8080
run: |
8181
brew install mono
8282
- name: Run vcpkg end-to-end tests

0 commit comments

Comments
 (0)