diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e4a91cb3..62bc8f4cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: uses: actions/cache/restore@v4 with: path: karamel - key: karamel-${{ runner.os }}-${{ runner.arch }}-${{ steps.checkout-karamel.outputs.commit }} + key: karamel-${{ runner.os }}-${{ runner.arch }}-${{ steps.checkout-fstar.outputs.commit }}-${{ steps.checkout-karamel.outputs.commit }} - name: Build karamel (if not cached) if: steps.cache-karamel.outputs.cache-hit != 'true' @@ -74,7 +74,7 @@ jobs: uses: actions/cache/save@v4 with: path: karamel - key: karamel-${{ runner.os }}-${{ runner.arch }}-${{ steps.checkout-karamel.outputs.commit }} + key: karamel-${{ runner.os }}-${{ runner.arch }}-${{ steps.checkout-fstar.outputs.commit }}-${{ steps.checkout-karamel.outputs.commit }} - run: echo "KRML_HOME=$(pwd)/karamel" | sudo tee -a $GITHUB_ENV