]> Repositorios git - scryer-prolog.git/commitdiff
Use stable Rust for style/report and deactivate nightly x86_64 target in CI
authorNicolas Luck <[email protected]>
Fri, 9 Feb 2024 12:14:06 +0000 (13:14 +0100)
committerNicolas Luck <[email protected]>
Fri, 9 Feb 2024 12:14:06 +0000 (13:14 +0100)
.github/workflows/ci.yml

index e35ce825720d33d66d294038b9bb9e13148273a3..2fac2a421f976bafe5879e29a031ed17f74c7b63 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - name: Setup Rust
         uses: ./.github/actions/setup-rust
         with:
-          rust-version: nightly
+          rust-version: stable
           targets: x86_64-unknown-linux-gnu
           components: clippy, rustfmt
           cache-context: style
@@ -48,7 +48,7 @@ jobs:
           # rust versions
           - { os: ubuntu-22.04,   rust-version: "1.70",  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'}
+          - { os: ubuntu-22.04,   rust-version: nightly, target: 'x86_64-unknown-linux-gnu'}
     defaults:
       run:
         shell: bash
@@ -138,7 +138,7 @@ jobs:
       - name: Setup Rust
         uses: ./.github/actions/setup-rust
         with:
-          rust-version: nightly
+          rust-version: stable
           targets: x86_64-unknown-linux-gnu
           cache-context: report
       - run: |