Skip to content

Commit 10827eb

Browse files
committed
fix CI
1 parent 43b2772 commit 10827eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
uses: actions/checkout@v4
1212
- name: Install Rust
1313
run: |
14-
rustup toolchain install 1.78 --profile minimal --no-self-update --component rustfmt clippy
14+
rustup toolchain install 1.78 --profile minimal --no-self-update
1515
rustup default 1.78
16+
rustup component add rustfmt clippy
1617
- name: Cache GeoIP database
1718
id: cache-geoip
1819
uses: actions/cache@v4

0 commit comments

Comments
 (0)