From: Mark Thom Date: Mon, 13 May 2024 20:40:09 +0000 (-0600) Subject: restore ubuntu testing to ci.yml with rust version 1.77 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=3141b2d9f5218888aa7a0f092615ca98a9ac2325;p=scryer-prolog.git restore ubuntu testing to ci.yml with rust version 1.77 --- 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: