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 2aef24d commit c7c3d83Copy full SHA for c7c3d83
.github/workflows/deploy.yml
@@ -7,12 +7,10 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest
10
+ container: swift:5.9-focal
11
12
steps:
13
- uses: actions/checkout@v4
- - uses: swift-actions/setup-swift@v1
14
- with:
15
- swift-version: '5.9'
16
- run: swift run SwiftWasmBlog
17
- uses: actions/upload-pages-artifact@v3
18
with:
0 commit comments