Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
The cache id needs to be the same in both the step definition and the
if branch.
  • Loading branch information
krtab committed Jul 3, 2024
1 parent ea95a1e commit 8acc925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git submodule update --init test/script/reference
git submodule update --init test/c/collections-c/files
- name: cache
id: cache-opam-build
id: cache-opam
uses: actions/cache@v4
env:
cache-name: cache-opam-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git submodule update --init test/script/reference
git submodule update --init test/c/collections-c/files
- name: cache
id: cache-opam-deploy
id: cache-opam
uses: actions/cache@v4
env:
cache-name: cache-opam-deploy
Expand Down

0 comments on commit 8acc925

Please sign in to comment.