From 4e3bb4f9065f7ab7a407946b8fb85f31bdffc3d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 18 Oct 2024 23:15:58 +0200 Subject: ci: Pick the proper stable version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e8d79..db5bc23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Ensure latest Rust stable + run: | + rustup update stable + rustup default stable + - name: Run tests run: cargo test --verbose -- cgit v1.2.3