File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 19
19
- name : Init cache
20
20
uses : Swatinem/rust-cache@v2
21
21
22
- - name : Install Fuel toolchain
23
- uses : FuelLabs/action-fuel-toolchain@v0.6.0
24
- with :
25
- name : fuel-bridge
26
- components : ${{ inputs.forc-components }}
22
+ # - name: Install Fuel toolchain
23
+ # uses: FuelLabs/action-fuel-toolchain@v0.6.0
24
+ # with:
25
+ # name: fuel-bridge
26
+ # components: ${{ inputs.forc-components }}
Original file line number Diff line number Diff line change 69
69
username : ${{ github.repository_owner }}
70
70
password : ${{ secrets.GITHUB_TOKEN }}
71
71
- uses : ./.github/actions/setup-rust
72
+
73
+ - name : Forc Build
74
+ run : |
75
+ curl -sSLf https://github.com/FuelLabs/sway/releases/download/v${{ env.FORC_VERSION }}/forc-binaries-linux_amd64.tar.gz -L -o forc.tar.gz
76
+ tar -xvf forc.tar.gz
77
+ chmod +x forc-binaries/forc
78
+ mv forc-binaries/forc /usr/local/bin/forc
79
+ mv forc-binaries/forc-fmt /usr/local/bin/forc-fmt
80
+ forc-fmt --check
81
+ fi
82
+
72
83
73
84
- name : Forc Build
74
85
run : forc build --release
86
+
75
87
76
88
- name : Build projects
77
89
run : pnpm build
You can’t perform that action at this time.
0 commit comments