Skip to content

Commit

Permalink
Update regress.yml
Browse files Browse the repository at this point in the history
add --disable-cache to see it fixes error

Signed-off-by: dhower-qc <[email protected]>
  • Loading branch information
dhower-qc authored Jul 15, 2024
1 parent c0a481e commit 6fbd3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: oras://docker.io/riscvintl/spec-generator:0.1
- if: ${{ steps.cache-sif.outputs.cache-hit != 'true' }}
name: Download container
run: apptainer pull .singularity/image.sif oras://docker.io/riscvintl/spec-generator:0.1
run: apptainer pull --disable-cache .singularity/image.sif oras://docker.io/riscvintl/spec-generator:0.1
- name: Setup project
run: apptainer run --home ${{ github.workspace }}/.home .singularity/image.sif ./bin/setup
- name: Build html documentation for generic_rv64
Expand Down

0 comments on commit 6fbd3c1

Please sign in to comment.