File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 sudo apt install b3sum findutils file -y
6868
6969 - name : Install Rust toolchain
70- uses : dtolnay/rust-toolchain@nightly
70+ uses : dtolnay/rust-toolchain
7171 with :
7272 targets : ${{ matrix.build.TARGET }}
7373
8484 -C link-self-contained=yes \
8585 -C link-arg=-Wl,--build-id=none"
8686 SOAR_NIGHTLY : " 1"
87- run : cross +nightly build --release --locked --target "${{ matrix.build.TARGET }}" --jobs="$(($(nproc)+1))" --verbose
87+ run : cross build --release --locked --target "${{ matrix.build.TARGET }}" --jobs="$(($(nproc)+1))" --verbose
8888
8989 - name : Prepare release assets
9090 env :
Original file line number Diff line number Diff line change 5252 sudo apt install b3sum findutils file -y
5353
5454 - name : Install Rust toolchain
55- uses : dtolnay/rust-toolchain@nightly
55+ uses : dtolnay/rust-toolchain
5656 with :
5757 targets : ${{ matrix.build.TARGET }}
5858
6868 RUSTFLAGS : " -C target-feature=+crt-static \
6969 -C link-self-contained=yes \
7070 -C link-arg=-Wl,--build-id=none"
71- run : cross +nightly build --release --locked --target "${{ matrix.build.TARGET }}" --jobs="$(($(nproc)+1))" --verbose
71+ run : cross build --release --locked --target "${{ matrix.build.TARGET }}" --jobs="$(($(nproc)+1))" --verbose
7272
7373 - name : Prepare release assets
7474 env :
You can’t perform that action at this time.
0 commit comments