Skip to content

Commit bd8849a

Browse files
authored
Bump swift and change GH action
1 parent 588dd0f commit bd8849a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ jobs:
2323
with:
2424
repository: swift-bitcoin/swift-bitcoin
2525
- name: Install Swift
26-
uses: sersoft-gmbh/swifty-linux-action@v3
26+
# uses: sersoft-gmbh/swifty-linux-action@v3
27+
# with:
28+
# release-version: 6.1.2
29+
uses: vapor/swiftly-action@v0.2
2730
with:
28-
release-version: 6.1
31+
toolchain: 6.1.2
32+
# uses: swift-actions/setup-swift@v2
33+
# with:
34+
# swift-version: 6.1
2935
- name: Build docs
3036
run: tools/generate-docs.sh
3137
env:

0 commit comments

Comments
 (0)