We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b271d30 commit 073cbefCopy full SHA for 073cbef
1 file changed
.github/workflows/build.yml
@@ -14,14 +14,10 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Install Spin
17
- # TODO: Switch to Spin 4.0 when it's available
18
- run: |
19
- curl -OL https://github.com/spinframework/spin/releases/download/canary/spin-canary-linux-amd64.tar.gz
20
- tar xf spin-canary-linux-amd64.tar.gz
21
- pwd >> $GITHUB_PATH
22
- # uses: fermyon/actions/spin/setup@v1
23
- # with:
24
- # version: "v4.0.0"
+ uses: fermyon/actions/spin/setup@v1
+ with:
+ # TODO: Switch to Spin 4.0 when it's available
+ version: "canary"
25
26
- name: Build examples and run tests
27
run: |
0 commit comments