Browse Source

[CI] nuke opam cache for mac

Rudy Ges 1 year ago
parent
commit
35cb0ac8cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      extra/github-actions/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -472,7 +472,7 @@ jobs:
         uses: actions/cache@v4
         with:
           path: ~/.opam/
-          key: ${{ matrix.os }}-${{ hashFiles('./haxe.opam', './libs/') }}
+          key: ${{ matrix.os }}-${{ hashFiles('./haxe.opam', './libs/') }}-1
 
       - name: Install Neko from S3
         run: |

+ 1 - 1
extra/github-actions/workflows/main.yml

@@ -326,7 +326,7 @@ jobs:
         uses: actions/cache@v4
         with:
           path: ~/.opam/
-          key: ${{ matrix.os }}-${{ hashFiles('./haxe.opam', './libs/') }}
+          key: ${{ matrix.os }}-${{ hashFiles('./haxe.opam', './libs/') }}-1
 
       @import install-neko-unix.yml
       @import build-mac.yml