Skip to content

Commit

Permalink
chore: small touchup in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 3, 2025
1 parent 396622d commit 537f38a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ runs:
- name: Set git config
run: |
git config --global core.bigfilethreshold 100m
shell: bash

- name: Install Fuel toolchain
run: |
curl -sSLf https://github.com/FuelLabs/sway/releases/download/v${{ env.FORC_VERSION }}/forc-binaries-linux_amd64.tar.gz -L -o forc.tar.gz
tar -xvf forc.tar.gz
chmod +x forc-binaries/forc
mv forc-binaries/forc /usr/local/bin/forc
mv forc-binaries/forc-fmt /usr/local/bin/forc-fmt
curl -sSLf https://github.com/FuelLabs/sway/releases/download/v0.66.5/forc-binaries-linux_amd64.tar.gz -L -o forc.tar.gz
tar -xvf forc.tar.gz
chmod +x forc-binaries/forc
mv forc-binaries/forc /usr/local/bin/forc
mv forc-binaries/forc-fmt /usr/local/bin/forc-fmt
shell: bash
# uses: FuelLabs/[email protected]
# with:
# name: fuel-bridge
Expand Down

0 comments on commit 537f38a

Please sign in to comment.