From 95232f840a82760a9e4b0286e4fe017449790d72 Mon Sep 17 00:00:00 2001 From: "Ya-wen, Jeng" Date: Fri, 1 May 2026 13:29:22 +0800 Subject: [PATCH] Fix CI errors in GitHub Actions workflow - Removed conflicting module files from COpenACFFI to resolve CI issues. - Ensured the workflow runs smoothly by cleaning up unnecessary files before executing tests. --- .github/workflows/swift.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index bb4a266..3a795d1 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -26,11 +26,16 @@ jobs: run: | sudo xcode-select -s /Applications/Xcode.app/Contents/Developer sudo xcodebuild -license accept - + - name: Download Test Vectors run: | ./Scripts/download-test-vectors.sh + - name: Fix CI errors + run: | + rm Sources/COpenACFFI/include/module.modulemap + rm Sources/COpenACFFI/include/openac_mobile_appFFI.h + - name: Run Package Tests run: | xcodebuild test \