File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -356,11 +356,9 @@ jobs:
356
356
- name : Build Swift Numerics package
357
357
run : |
358
358
cd swift-numerics
359
- if ${{ matrix.version != 'trunk' }}; then
360
359
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_AARCH_FLAGS}
361
360
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_X_FLAGS}
362
361
${TOOLCHAIN}/bin/swift build --build-tests ${SWIFTPM_ARM_FLAGS}
363
- fi
364
362
- name : Get Swift System package
365
363
uses : actions/checkout@v4
366
364
with :
@@ -493,10 +491,8 @@ jobs:
493
491
494
492
cp swift-nio/.build/$TARGET/debug/swift-nioPackageTests.xctest pack
495
493
496
- if ${{ matrix.version != 'trunk' }}; then
497
494
cp swift-numerics/.build/$TARGET/debug/swift-numericsPackageTests.xctest pack
498
495
echo 'adb shell /data/local/tmp/pack/swift-numericsPackageTests.xctest' >> ~/test-toolchain.sh
499
- fi
500
496
501
497
cp swift-system/.build/$TARGET/debug/swift-systemPackageTests.xctest pack
502
498
cp swift-collections/.build/$TARGET/debug/swift-collectionsPackageTests.xctest pack
You can’t perform that action at this time.
0 commit comments