Skip to content

Commit 8309cd4

Browse files
committed
Try to use setup-swift v2 to avoid gpg issue
1 parent d29a457 commit 8309cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Install Swift for testing Swift code examples in the book (Ubuntu only; setup-swift does not support Windows)
5151
- name: Setup Swift
5252
if: runner.os != 'Windows'
53-
uses: swift-actions/setup-swift@v3
53+
uses: swift-actions/setup-swift@v2
5454

5555
- name: Build with mdBook
5656
run: mdbook build ./better-code

0 commit comments

Comments
 (0)