Projects STRLCPY ebpfguard Commits 955d13aa
🤬
  • ■ ■ ■ ■ ■ ■
    .github/workflows/build-test.yaml
    skipped 16 lines
    17 17   uses: actions/checkout@v2
    18 18   
    19 19   - name: Install Rust nightly
    20  - uses: actions-rs/toolchain@v1
     20 + uses: dtolnay/rust-toolchain@master
    21 21   with:
    22 22   toolchain: nightly
    23 23   components: rustfmt, clippy, miri, rust-src
    24 24   
    25 25   - name: Install Rust stable
    26  - uses: actions-rs/toolchain@v1
     26 + uses: dtolnay/rust-toolchain@master
    27 27   with:
    28 28   toolchain: stable
    29 29   components: rustfmt, clippy
    skipped 29 lines
Please wait...
Page is in error, reload to recover