Skip to content

Commit

Permalink
Update regress.yml
Browse files Browse the repository at this point in the history
use oras instead og apptainer for pull

Signed-off-by: dhower-qc <[email protected]>
  • Loading branch information
dhower-qc authored Jul 15, 2024
1 parent 6fbd3c1 commit a563f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup apptainer
uses: eWaterCycle/[email protected]
- name: Setup oras
uses: oras-project/setup-oras@v1
- name: Get container from cache
id: cache-sif
uses: actions/cache@v3
Expand All @@ -20,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: apptainer pull --disable-cache .singularity/image.sif oras://docker.io/riscvintl/spec-generator:0.1
run: oras blob fetch --output .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 a563f94

Please sign in to comment.