We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b3afe commit 3b0bd14Copy full SHA for 3b0bd14
.github/workflows/cmake.yml
@@ -37,13 +37,13 @@ jobs:
37
sudo apt install mono-complete
38
39
- name: Install Prerequisites macOS
40
- if: ${{matrix.os == 'macos-latest' && secrets.GH_PACKAGES_TOKEN != ''}}
+ if: ${{matrix.os == 'macos-latest'}}
41
shell: bash
42
run: |
43
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
44
45
- name: Add NuGet sources
46
- if: ${{secrets.GH_PACKAGES_TOKEN != ''}}
47
48
49
${{matrix.nuget}} \
0 commit comments