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=4deae9a926ce71fd7c2d935184f620a411384113;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 9bbf50b6..d6eec76b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: # FIXME(issue #2138): run wasm tests, failing to run since https://github.com/mthom/scryer-prolog/pull/2137 removed wasm-pack - { os: ubuntu-22.04, rust-version: nightly, target: 'wasm32-unknown-unknown', publish: true, args: '--no-default-features' , test-args: '--no-run --no-default-features' } # 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'} defaults: