File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 2828 - name : Install tar, gzip, dependencies and Rust
2929 run : |
3030 zypper --non-interactive -vvv in tar gzip libzstd-devel rustup openssl-devel
31- # Seems to be a rustup command inconsistency
32- rustup show
3331 - name : Checkout
3432 uses : actions/checkout@v4
3533 - name : Build
4442 - name : Install tar, gzip, dependencies and Rust
4543 run : |
4644 zypper --non-interactive -vvv in tar gzip libzstd-devel rustup openssl-devel
47- # Seems to be a rustup command inconsistency
48- rustup show
45+ - name : Checkout
46+ uses : actions/checkout@v4
4947 - name : Check formatting
5048 run : |
5149 cargo fmt -- --check || true
6159 - name : Install tar, gzip, dependencies and Rust
6260 run : |
6361 zypper --non-interactive -vvv in tar gzip libzstd-devel rustup openssl-devel
64- # Seems to be a rustup command inconsistency
65- rustup show
62+ - name : Checkout
63+ uses : actions/checkout@v4
6664 - name : Install cargo-vendor-filterer
6765 run : |
6866 cargo install cargo-vendor-filterer
You can’t perform that action at this time.
0 commit comments