We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12cc209 + 100be4e commit 000aad3Copy full SHA for 000aad3
.github/workflows/swift-arm.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Install dependencies
11
run: apt update -y; apt install libtool-bin -y;
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Swift Version
15
run: swift --version
16
- name: Build Bluetooth
@@ -24,7 +24,7 @@ jobs:
24
container: swift:6.0.3
25
steps:
26
27
28
29
run: apt update -y; apt install wget -y
30
- name: Install SDK
@@ -40,4 +40,4 @@ jobs:
40
uses: actions/upload-artifact@v4
41
with:
42
name: "armv7-bookworm"
43
- path: .build/armv7-unknown-linux-gnueabihf/debug/BluetoothPackageTests.xctest
+ path: .build/armv7-unknown-linux-gnueabihf/debug/BluetoothPackageTests.xctest
0 commit comments