mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
fix missed in merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user