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 60638c3 commit a487baeCopy full SHA for a487bae
.github/workflows/pull_request.yml
@@ -173,6 +173,10 @@ jobs:
173
- uses: actions/checkout@v4
174
- name: Prepare CI Environment
175
uses: ./.github/actions/prepare_env
176
+ - name: Install Swiftly
177
+ run: ./.github/scripts/install_swiftly.sh
178
+ env:
179
+ SWIFT_VERSION: "${{ matrix.swift_version }}"
180
- name: Swift Build
181
run: "swift build --build-tests --disable-sandbox"
182
- name: Swift Test (swift-testing)
0 commit comments