CI: pin rust version to 1.79.0
Stable release 1.80.0 has a regression causing compilation errors: error[E0282]: type annotations needed for `Box<_>` Pin stable version to 1.79.0, since we don't need anything later than our MSRV anyway. Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
This commit is contained in:
parent
97af00cd83
commit
8a74920dc7
5 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
- build: linux-amd64
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
rust: 1.79.0
|
||||
artifact_name: 'linux-amd64'
|
||||
target: x86_64-unknown-linux-gnu
|
||||
steps:
|
||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
include:
|
||||
- build: linux-amd64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
rust: 1.79.0
|
||||
artifact_name: 'meli-linux-amd64'
|
||||
target: x86_64-unknown-linux-gnu
|
||||
steps:
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
include:
|
||||
- build: linux-amd64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
rust: 1.79.0
|
||||
target: x86_64-unknown-linux-gnu
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
include:
|
||||
- build: linux-amd64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
rust: 1.79.0
|
||||
target: x86_64-unknown-linux-gnu
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
include:
|
||||
- build: linux-amd64
|
||||
os: ubuntu-latest
|
||||
rust: stable
|
||||
rust: 1.79.0
|
||||
target: x86_64-unknown-linux-gnu
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue