Updated check workflows to use alr 2.0
This commit is contained in:
@@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain)
|
||||
env:
|
||||
CHECKS_ORG: alire-project
|
||||
CHECKS_REPO: alire-index-checks
|
||||
ALR_VERSION: 1.2.2
|
||||
ALR_VERSION: 1.3.0
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
@@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain)
|
||||
env:
|
||||
CHECKS_ORG: alire-project
|
||||
CHECKS_REPO: alire-index-checks
|
||||
ALR_VERSION: 1.2.2
|
||||
ALR_VERSION: 1.3.0
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -45,14 +45,14 @@ jobs:
|
||||
ref: ${{github.base_ref}}
|
||||
path: ${{env.CHECKS_REPO}}
|
||||
|
||||
# By default, this sets up the newest indexed native toolchain
|
||||
# By default, this also sets up the newest indexed native toolchain
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v2
|
||||
with:
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
# By default, this sets up the newest indexed native toolchain
|
||||
# By default, this also sets up the newest indexed native toolchain
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@v2
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v2
|
||||
with:
|
||||
version: 1.2.2
|
||||
version: 1.3.0
|
||||
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
|
||||
@@ -8,7 +8,7 @@ name: Diff release
|
||||
env:
|
||||
CHECKS_ORG: alire-project
|
||||
CHECKS_REPO: alire-index-checks
|
||||
ALR_VERSION: 1.2.2
|
||||
ALR_VERSION: 1.3.0
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user