Skip to content

Commit

Permalink
ci: check if AWS_LC_SYS_PREBUILT_NASM=1 fixes the Cross-CI issues
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Nov 17, 2024
1 parent a050d1f commit 958c6f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
AWS_LC_SYS_PREBUILT_NASM: 1

jobs:
cross-check:
# Only run if the commit doesn't come from a merged PR, we assume CI is running in the PR as well
Expand Down

0 comments on commit 958c6f3

Please sign in to comment.