Skip to content

Commit 094180a

Browse files
committed
ci: fix errors due GitHub host changes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
1 parent 9a0feac commit 094180a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: nightly
19+
toolchain: nightly-2023-03-24
2020
override: true
2121
components: rustfmt, clippy
2222

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ jobs:
136136
137137
- name: Clear the cargo caches
138138
run: |
139-
cargo install cargo-cache --no-default-features --features ci-autoclean
139+
cargo +stable install cargo-cache --no-default-features --features ci-autoclean
140140
cargo-cache

0 commit comments

Comments
 (0)