Skip to content

Commit 74d3517

Browse files
authored
Merge pull request #2793 from lann/update-ci-toolchains
ci: Update toolchains to reflect template changes
2 parents 7583fc5 + fd35303 commit 74d3517

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,9 @@ jobs:
195195
- uses: actions/setup-node@v3
196196
with:
197197
node-version: '20.x'
198-
- name: Install Swift
199-
run: |
200-
wget https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.8-SNAPSHOT-2023-02-24-a/swift-wasm-5.8-SNAPSHOT-2023-02-24-a-ubuntu22.04_x86_64.tar.gz
201-
tar -xf swift-wasm-5.8-SNAPSHOT-2023-02-24-a-ubuntu22.04_x86_64.tar.gz
202-
echo "$PWD/swift-wasm-5.8-SNAPSHOT-2023-02-24-a/usr/bin" >> $GITHUB_PATH
203198
- name: Install Grain
204199
run: |
205-
wget https://github.com/grain-lang/grain/releases/download/grain-v0.5.4/grain-linux-x64
200+
wget https://github.com/grain-lang/grain/releases/download/grain-v0.6.6/grain-linux-x64
206201
chmod +x grain-linux-x64
207202
mv grain-linux-x64 grain
208203
echo "$PWD" >> $GITHUB_PATH

0 commit comments

Comments
 (0)