File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -195,14 +195,9 @@ jobs:
195
195
- uses : actions/setup-node@v3
196
196
with :
197
197
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
203
198
- name : Install Grain
204
199
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
206
201
chmod +x grain-linux-x64
207
202
mv grain-linux-x64 grain
208
203
echo "$PWD" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments