Skip to content

Commit

Permalink
Merge pull request #2793 from lann/update-ci-toolchains
Browse files Browse the repository at this point in the history
ci: Update toolchains to reflect template changes
  • Loading branch information
lann committed Aug 30, 2024
2 parents 7583fc5 + fd35303 commit 74d3517
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install Swift
run: |
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
tar -xf swift-wasm-5.8-SNAPSHOT-2023-02-24-a-ubuntu22.04_x86_64.tar.gz
echo "$PWD/swift-wasm-5.8-SNAPSHOT-2023-02-24-a/usr/bin" >> $GITHUB_PATH
- name: Install Grain
run: |
wget https://github.com/grain-lang/grain/releases/download/grain-v0.5.4/grain-linux-x64
wget https://github.com/grain-lang/grain/releases/download/grain-v0.6.6/grain-linux-x64
chmod +x grain-linux-x64
mv grain-linux-x64 grain
echo "$PWD" >> $GITHUB_PATH
Expand Down

0 comments on commit 74d3517

Please sign in to comment.