From cea4c715c6f3ee3fc0a33ed5768d6c989c61bdf5 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Fri, 13 Dec 2024 10:47:55 -0500 Subject: [PATCH] Only need to test prebuilt nasm w/ aws-lc-sys --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 68cb459a3dc..a13443af5e2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -149,7 +149,7 @@ jobs: strategy: fail-fast: false matrix: - crate: [ aws-lc-sys, aws-lc-rs ] + crate: aws-lc-sys args: - publish --dry-run steps: