Skip to content

Commit

Permalink
Update regress.yml
Browse files Browse the repository at this point in the history
remove oras from url

Signed-off-by: dhower-qc <[email protected]>
  • Loading branch information
dhower-qc authored Jul 15, 2024
1 parent a563f94 commit e7adf8d
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 @@ -22,7 +22,7 @@ jobs:
key: oras://docker.io/riscvintl/spec-generator:0.1
- if: ${{ steps.cache-sif.outputs.cache-hit != 'true' }}
name: Download container
run: oras blob fetch --output .singularity/image.sif oras://docker.io/riscvintl/spec-generator:0.1
run: oras blob fetch --output .singularity/image.sif 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 e7adf8d

Please sign in to comment.