Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Oct 15, 2024
1 parent f2a6f1b commit 5eda7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ${{ env.MIRA_PATH }}
key: mira-${{ runner.os }}-${{ github.sha }}
key: mira-${{ runner.os }}-ubuntu-22.04
# - name: Make ccache directory
# run: mkdir -p ${{ env.CCACHE_DIR }}
# - name: Cache ccache
Expand Down

0 comments on commit 5eda7bd

Please sign in to comment.