Skip to content

Commit

Permalink
Merge pull request #299 from mtzguido/nitci
Browse files Browse the repository at this point in the history
ci.yml: nit
  • Loading branch information
mtzguido authored Jan 8, 2025
2 parents 899754c + da09b31 commit f6fbe18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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

Expand All @@ -87,6 +87,7 @@ jobs:
run: . $HOME/.cargo/env && make -C pulse ci -skj$(nproc)

- name: Calculate Time
if: ${{ always () }}
id: duration
uses: RockyIsHere/[email protected]
env:
Expand Down

0 comments on commit f6fbe18

Please sign in to comment.