From 70f33a6bf135d7af24002a51476f9801c37956ff Mon Sep 17 00:00:00 2001 From: dmackdev Date: Tue, 10 Oct 2023 18:39:49 +0100 Subject: [PATCH] Remove toolchain input from GH action. --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8904fca..394fcf4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable override: true - uses: actions-rs/cargo@v1 with: @@ -32,7 +31,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable override: true - run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev - uses: actions-rs/cargo@v1 @@ -48,7 +46,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable override: true components: rustfmt - uses: actions-rs/cargo@v1 @@ -64,7 +61,6 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable override: true components: clippy - uses: actions-rs/cargo@v1