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 \