Skip to content

Commit a487bae

Browse files
committed
what if we swiftly install
1 parent 60638c3 commit a487bae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ jobs:
173173
- uses: actions/checkout@v4
174174
- name: Prepare CI Environment
175175
uses: ./.github/actions/prepare_env
176+
- name: Install Swiftly
177+
run: ./.github/scripts/install_swiftly.sh
178+
env:
179+
SWIFT_VERSION: "${{ matrix.swift_version }}"
176180
- name: Swift Build
177181
run: "swift build --build-tests --disable-sandbox"
178182
- name: Swift Test (swift-testing)

0 commit comments

Comments
 (0)