Skip to content

Commit 3ce7f1e

Browse files
committed
1 parent 44afacc commit 3ce7f1e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/rust.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
19+
- uses: actions-rust-lang/setup-rust-toolchain@v1
1920
- name: Install dependencies
2021
run: apt-get update && apt-get install -y llvm-dev libclang-dev clang
21-
- name: Install ${{ matrix.rust-version }}
22-
uses: actions-rs/toolchain@v1
23-
with:
24-
toolchain: ${{ matrix.rust-version }}-${{ matrix.target.triple }}
25-
profile: minimal
26-
override: true
2722
- name: Build
2823
run: cargo build --verbose
2924
- name: Run tests
@@ -43,9 +38,6 @@ jobs:
4338
- '5.36'
4439
- '5.38'
4540
- '5'
46-
rust-version:
47-
- 1.54.0 # MSRV
48-
- stable
4941
target:
5042
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
5143

0 commit comments

Comments
 (0)