Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
submodules: recursive

- name: Cache CMake
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
path: |
~/.cmake
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Cache APT packages (Linux)
if: runner.os == 'Linux'
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
path: /var/cache/apt
key: ${{ runner.os }}-apt-${{ hashFiles('.github/workflows/build.yml') }}
Expand All @@ -78,7 +78,7 @@ jobs:

- name: Cache Homebrew (macOS)
if: runner.os == 'macOS'
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
path: |
~/Library/Caches/Homebrew
Expand Down
Loading