Skip to content

Commit bf3cc18

Browse files
committed
Merge branch 'rc2'
2 parents 2ebf486 + ee683fe commit bf3cc18

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,12 @@ jobs:
6666
- name: Fetch head
6767
uses: actions/checkout@v4
6868

69-
- name: Install rust stable
69+
- name: Install rust stable (includes cache)
7070
uses: actions-rust-lang/setup-rust-toolchain@v1
7171
with:
7272
toolchain: stable
7373
components: rustfmt, clippy
74-
75-
- name: Cache dependencies
76-
uses: actions/cache@v4
77-
with:
78-
path: |
79-
~/.cargo/registry
80-
~/.cargo/git
81-
target
82-
key: $test-cache-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
74+
cache: true
8375

8476
- name: Format check
8577
if: matrix.features != 'vendored'
@@ -123,7 +115,7 @@ jobs:
123115
- name: Build iOS library
124116
run: cargo build --target aarch64-apple-ios --features=apple-native --example=iostest
125117

126-
msrv_native:
118+
msrv:
127119
runs-on: ubuntu-latest
128120

129121
steps:

0 commit comments

Comments
 (0)