Skip to content

Commit

Permalink
Update update-dependencies.yml (#186)
Browse files Browse the repository at this point in the history
* Update update-dependencies.yml

* Update update-dependencies.yml

* Update update-dependencies.yml
  • Loading branch information
inakleinbottle authored Dec 13, 2024
1 parent 4f5bc58 commit 64ac672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- vcpkg.json
- vcpkg-configuration.json
- .github/workflows/update-dependencies.yml

permissions:
contents: write
Expand All @@ -25,11 +26,11 @@ jobs:
- name: setup-vcpkg
uses: actions/checkout@v4
with:
repository: https://github.com/Microsoft/vcpkg.git
repository: Microsoft/vcpkg
path: tools/vcpkg

- name: bootstrap vcpkg
run: ${{ github.workspace }}/tools/vcpkg/bootstrap_vcpkg.sh
run: ${{ github.workspace }}/tools/vcpkg/bootstrap-vcpkg.sh

- name: build-dep-graph
run: ${{ github.workspace }}/tools/vcpkg/vcpkg install --dry-run

0 comments on commit 64ac672

Please sign in to comment.