Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Apr 23, 2024
1 parent 8591a1f commit f8645fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
#- { os: macos-latest, triplet: x64-osx-10_15 }

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
Expand All @@ -30,15 +30,15 @@ jobs:
run: brew install nasm ninja automake autoconf
- name: Cache vcpkg binary
id: cache-vcpkg-bin
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps/vcpkg/vcpkg
deps/vcpkg/vcpkg.exe
key: ${{ runner.os }}-${{ hashFiles('deps/vcpkg/bootstrap.cmake') }}
- name: Cache vcpkg packages
id: cache-vcpkg
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/vcpkg
Expand Down

0 comments on commit f8645fd

Please sign in to comment.