Skip to content

Commit

Permalink
👷 Updated gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Dec 18, 2024
1 parent 9f056b4 commit 594553e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v4

- name: Cache conan
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: conan-${{ matrix.os }}-${{ hashFiles('conanfile.py') }}
path: ~/.conan2/

- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1.13.0
uses: ilammy/msvc-dev-cmd@v1

- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 594553e

Please sign in to comment.