Skip to content

Commit

Permalink
wip testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Heider committed Jan 2, 2024
1 parent 384ef39 commit 65ba083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/camkes-vm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
march: [nehalem, armv7a, armv8a]
steps:
- uses: seL4/ci-actions/camkes-vm@master
- uses: Hensoldt-Cyber/ci-actions/camkes-vm@patch-axel-8
with:
xml: ${{ needs.code.outputs.xml }}
march: ${{ matrix.march }}
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: Hensoldt-Cyber/ci-actions/camkes-vm@patch-axel-8
with:
march: ${{ matrix.march }}

0 comments on commit 65ba083

Please sign in to comment.