summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2024-01-23 07:37:05 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2024-01-23 07:37:05 +0100
commit9cc795648110f4d1db47534b1818e19bd75bd3d0 (patch)
tree8ecc1504d159a2653e0d254d9f10af52e4b29ec8
parent5cd361340635aafe8806c82805622bc6afc4c4d7 (diff)
downloadads1x1x-async-9cc795648110f4d1db47534b1818e19bd75bd3d0.tar.gz
ads1x1x-async-9cc795648110f4d1db47534b1818e19bd75bd3d0.tar.xz
ads1x1x-async-9cc795648110f4d1db47534b1818e19bd75bd3d0.zip
Fix CI
-rw-r--r--.github/workflows/build.yml16
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