Skip to content

Commit

Permalink
Update update-dependencies.yml (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
inakleinbottle authored Dec 13, 2024
1 parent a7dfc86 commit 4f5bc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: update-dependencies.yml

on:
workflow_dispatch:
push:
branches: ["main"]
paths:
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
run: ${{ github.workspace }}/tools/vcpkg/bootstrap_vcpkg.sh

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

0 comments on commit 4f5bc58

Please sign in to comment.