Skip to content

Commit

Permalink
use axel-h/ci-actions@patch-axel-7
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Mar 16, 2024
1 parent 977022b commit fb4ea97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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-7
with:
manifest_repo: camkes-vm-examples-manifest
manifest: master.xml
Expand All @@ -62,7 +62,7 @@ jobs:
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: seL4/ci-actions/camkes-vm@master
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
Expand Down Expand Up @@ -99,7 +99,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-7
with:
march: ${{ matrix.march }}
index: $${{ strategy.job-index }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: seL4/ci-actions/camkes-vm@master
- uses: axel-h/ci-actions/camkes-vm@patch-axel-7
with:
march: ${{ matrix.march }}

0 comments on commit fb4ea97

Please sign in to comment.