We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573f6c6 commit 8b755ceCopy full SHA for 8b755ce
.github/workflows/build.yaml
@@ -71,12 +71,12 @@ jobs:
71
repository: microsoft/vcpkg
72
ref: ${{ steps.vcpkg_sha.outputs.VCPKG_SHA }}
73
- name: Install Mono (Linux) (for NuGet export)
74
- if: matrix.preset == 'linux-arm64' || matrix.preset == 'linux-arm64-ci'
+ if: matrix.preset == 'linux-ci' || matrix.preset == 'linux-arm64-ci'
75
run: |
76
sudo apt update
77
sudo apt install -y mono-complete
78
- name: Install Mono (macOS) (for NuGet export)
79
- if: matrix.preset == 'macos-arm64'
+ if: matrix.preset == 'macos-ci'
80
81
brew install mono
82
- name: Run vcpkg end-to-end tests
0 commit comments