From 3141b2d9f5218888aa7a0f092615ca98a9ac2325 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Mon, 13 May 2024 14:40:09 -0600 Subject: [PATCH] restore ubuntu testing to ci.yml with rust version 1.77 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc66550..9ff0849c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: # Cargo.toml rust-version - { os: ubuntu-22.04, rust-version: "1.77", target: 'x86_64-unknown-linux-gnu'} # rust versions + - { os: ubuntu-22.04, rust-version: "1.77", target: 'x86_64-unknown-linux-gnu'} - { os: ubuntu-22.04, rust-version: beta, target: 'x86_64-unknown-linux-gnu'} - { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu', miri: true, components: "miri"} defaults: -- 2.54.0