fix missed in merge

This commit is contained in:
Diva M
2025-01-14 23:18:46 -05:00
parent 7640a8949e
commit e708f3a631
+1 -8
View File
@@ -188,16 +188,9 @@ jobs:
SCCACHE_GHA_ENABLED: "on"
steps:
- uses: actions/checkout@v4
<<<<<<< HEAD
- uses: mozilla-actions/sccache-action@v0.0.4
- uses: dtolnay/rust-toolchain@1.70.0
- run: cargo check --lib --all-features -p iroh-quinn-udp -p iroh-quinn-proto -p iroh-quinn
=======
# Note that we must also update the README when changing the MSRV
- uses: dtolnay/rust-toolchain@1.71.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
>>>>>>> 6ee883a2
- run: cargo check --lib --all-features -p iroh-quinn-udp -p iroh-quinn-proto -p iroh-quinn
lint:
runs-on: ubuntu-latest