Projects STRLCPY ebpfguard Commits 4e30a7d7
🤬
  • CI: replace actions-rs/toolchain with dtolnay/rust-toolchain

    Former is no longer supported. See
    https://github.com/actions-rs/toolchain/issues/216.
  • Loading...
  • Tomasz Jonak committed 12 months ago
    4e30a7d7
    1 parent 2c3dbbd0
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .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