From 8eb1b3dc2ad9eafef3d1291db5f756e0c2575553 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Tue, 5 Nov 2024 19:45:11 -0500 Subject: [PATCH] Updated GitHub CI --- .github/workflows/swift-arm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-arm.yml b/.github/workflows/swift-arm.yml index 1325caa23..2ccdbc984 100644 --- a/.github/workflows/swift-arm.yml +++ b/.github/workflows/swift-arm.yml @@ -14,6 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Swift Version run: swift --version - - name: Build + - name: Build Bluetooth run: swift build --triple armv6m-apple-none-macho --configuration release --verbose -Xswiftc -enable-experimental-feature -Xswiftc Embedded -Xswiftc -disable-stack-protector -Xcc -D__MACH__ -Xcc -ffreestanding -Xcc -mcpu=cortex-m0plus -Xcc -mthumb --target Bluetooth - + - name: Build BluetoothGAP + run: swift build --triple armv6m-apple-none-macho --configuration release --verbose -Xswiftc -enable-experimental-feature -Xswiftc Embedded -Xswiftc -disable-stack-protector -Xcc -D__MACH__ -Xcc -ffreestanding -Xcc -mcpu=cortex-m0plus -Xcc -mthumb --target BluetoothGAP