Skip to content

Commit

Permalink
Check versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Feb 13, 2024
1 parent 57c8c6b commit dac73cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
- name: Format vcpkg.json
run: |
vcpkg format-manifest --all $(find . -name "vcpkg.json")
- name: Check versions
run: |
for dir in ports/* ; do
vcpkg x-add-version ${dir##ports/} --overlay-ports=./ports \
--x-builtin-registry-versions-dir=./versions/ \
--x-builtin-ports-root=./ports
done

0 comments on commit dac73cb

Please sign in to comment.