From 958c6f3f2962b0a1a9029c49da0b55e143599393 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:01:30 +0100 Subject: [PATCH] ci: check if `AWS_LC_SYS_PREBUILT_NASM=1` fixes the Cross-CI issues Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/cross-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cross-ci.yml b/.github/workflows/cross-ci.yml index a46e0263..e79595da 100644 --- a/.github/workflows/cross-ci.yml +++ b/.github/workflows/cross-ci.yml @@ -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