We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a48885 commit d40efc6Copy full SHA for d40efc6
.github/workflows/vcpkg.yml
@@ -81,6 +81,12 @@ jobs:
81
run: |
82
brew install autoconf automake autoconf-archive
83
84
+ - name: "Install dependencies"
85
+ shell: bash
86
+ run: |
87
+ git -C ${VCPKG_INSTALLATION_ROOT} checkout .
88
+ git -C ${VCPKG_INSTALLATION_ROOT} pull --rebase
89
+
90
- name: "Install dependencies"
91
run: >
92
vcpkg x-set-installed --triplet ${{ matrix.triplet }} --host-triplet ${{ matrix.triplet }}
0 commit comments