From 9cc795648110f4d1db47534b1818e19bd75bd3d0 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 23 Jan 2024 07:37:05 +0100 Subject: Fix CI --- .github/workflows/build.yml | 16 +--------------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf