From 2b6203de5ca91256c72d1735ea5b4cc944bcab1e Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Mon, 22 Jan 2024 09:18:12 +0100 Subject: [PATCH] Update the build workflow --- .github/workflows/build.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfe9655..1cb9d74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,12 +26,9 @@ jobs: - netlib - openblas steps: - - uses: actions/checkout@v3 - - uses: actions-rs/cargo@v1 - with: - command: test - args: > - --features=${{ matrix.feature }} + - uses: actions/checkout@v4 + - uses: uses: ructions/toolchain@v2 + - run: cargo test --features=${{ matrix.feature }} env: CC: gcc-12 FC: gfortran-12 @@ -47,9 +44,6 @@ jobs: - netlib - openblas steps: - - uses: actions/checkout@v3 - - uses: actions-rs/cargo@v1 - with: - command: test - args: > - --features=${{ matrix.feature }} + - uses: actions/checkout@v4 + - uses: uses: ructions/toolchain@v2 + - run: cargo test --features=${{ matrix.feature }}