diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0df9b82..285868a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,26 +58,12 @@ jobs: clippy: name: Clippy runs-on: ubuntu-latest -<<<<<<< HEAD - strategy: - matrix: - rust: [1.60.0] - TARGET: - - x86_64-unknown-linux-gnu -||||||| parent of 25424bf... Update CI - strategy: - matrix: - rust: [1.52.1] - TARGET: - - x86_64-unknown-linux-gnu -======= ->>>>>>> 25424bf... Update CI steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.73.0 + toolchain: 1.75.0 targets: x86_64-unknown-linux-gnu components: clippy |