Skip to content

Commit 69d467c

Browse files
fix: remove rustup show command and let rustup select automagically
1 parent 1537ba0 commit 69d467c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
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
@@ -44,8 +42,8 @@ jobs:
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
@@ -61,8 +59,8 @@ jobs:
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

0 commit comments

Comments
 (0)