Skip to content

Commit 96560dd

Browse files
committed
Update build.yml
Adopt the new automation of the Swift installer. Adopt the extracted composite action.
1 parent 75f424c commit 96560dd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ jobs:
2424
- branch: development
2525
tag: DEVELOPMENT-SNAPSHOT-2021-06-12-a
2626

27-
steps:
28-
- uses: actions/checkout@v2
29-
- uses: seanmiddleditch/gha-setup-vsdevenv@master
30-
- name: Install Swift
31-
uses: ./.github/actions/install-swift
27+
steps:
28+
- uses: compnerd/gha-setup-swift@main
3229
with:
3330
tag: ${{ matrix.tag }}
3431
branch: ${{ matrix.branch }}
3532

33+
- uses: actions/checkout@v2
34+
3635
- name: Build
3736
run: swift build -v
3837

0 commit comments

Comments
 (0)