Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Feb 2, 2024
1 parent 82dfd1b commit c1b85a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vcpkg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Clone repository
Expand All @@ -31,15 +31,15 @@ jobs:
run: brew install nasm ninja automake autoconf autoconf-archive
- 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 c1b85a9

Please sign in to comment.