Skip to content

Commit

Permalink
fix ci expect_arch for pqcp-arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Jun 12, 2024
1 parent 3732cb4 commit 3fd67b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
build_kat:
strategy:
matrix:
system: [macos-latest, pqcp-arm64]
skipped: [false]
expect_arch: [ arm64 ]
include:
- system: macos-latest
skipped: false
expect_arch: arm64
- system: pqcp-arm64
skipped: false
expect_arch: aarch64
- system: ubuntu-latest
cross_prefix: aarch64-none-linux-gnu-
skipped: true
Expand Down

0 comments on commit 3fd67b6

Please sign in to comment.