From fd5c2060f0d535ca923dc4ab440628dbcccbba16 Mon Sep 17 00:00:00 2001 From: Andrew Hickman Date: Thu, 17 Oct 2024 21:51:24 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 3 +++ .gitignore | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02733b9..ce479b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: with: toolchain: ${{ matrix.rust_version }} + - run: cargo update + if: ${{ matrix.rust == 'stable' || matrix.rust == 'beta' }} + - name: cargo build uses: actions-rs/cargo@v1 with: diff --git a/.gitignore b/.gitignore index 2f88dba..f0e3bca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /target -**/*.rs.bk -Cargo.lock \ No newline at end of file +**/*.rs.bk \ No newline at end of file