Skip to content

Commit

Permalink
WIP CI use axel-h/ci-actions@patch-axel-8a
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Jan 26, 2024
1 parent 8d7cd52 commit 7029ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
xml: ${{ steps.repo.outputs.xml }}
steps:
- id: repo
uses: seL4/ci-actions/repo-checkout@master
uses: axel-h/ci-actions/repo-checkout@patch-axel-8a
with:
manifest_repo: camkes-vm-examples-manifest
manifest: master.xml
Expand All @@ -37,7 +37,7 @@ jobs:
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: seL4/ci-actions/camkes-vm@master
- uses: axel-h/ci-actions/camkes-vm@patch-axel-8a
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
name: images-${{ matrix.march }}
- name: Run
uses: seL4/ci-actions/camkes-vm-hw@master
uses: axel-h/ci-actions/camkes-vm-hw@patch-axel-8a
with:
march: ${{ matrix.march }}
index: $${{ strategy.job-index }}
Expand Down

0 comments on commit 7029ecf

Please sign in to comment.