Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyanon committed Dec 17, 2023
1 parent 85a8022 commit a434eb2
Show file tree
Hide file tree
Showing 6 changed files with 65,027 additions and 45,107 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- uses: ./
id: vcpkg
with: { committish: 934a99dc13cabb330824ae1a5ab4a53a9acc5a49 }
with: { committish: "0e47c1985273129e4d0ee52ff73bed9125555de8" }

- run: |
printf "Cache hit: '%s'\n" "${{ steps.vcpkg.outputs.cache-hit }}"
printf $'Cache hit: \'%s\'\nVCPKG_DEFAULT_BINARY_CACHE: \'%s\'\n' \
"${{ steps.vcpkg.outputs.cache-hit }}" \
"$VCPKG_DEFAULT_BINARY_CACHE"
$VCPKG_ROOT/vcpkg version
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
out-tsc/
package-lock.json
node_modules/
Loading

0 comments on commit a434eb2

Please sign in to comment.