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.
1 parent 17ce03a commit 1699cbdCopy full SHA for 1699cbd
.github/workflows/build.yml
@@ -178,8 +178,8 @@ jobs:
178
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=watchOS Simulator,name=$DESTNAME" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
179
180
linux:
181
- name: linux
182
- runs-on: ubuntu-latests
+ name: Linux
+ runs-on: ubuntu-latest
183
steps:
184
- uses: actions/checkout@main
185
- name: Build
0 commit comments