Bump alr version in use to 1.2.2 (#707)
This commit is contained in:
committed by
GitHub
parent
eeeb7d09b3
commit
8ccc8d1d85
@@ -6,6 +6,7 @@ name: Toolchain
|
||||
env:
|
||||
CHECKS_ORG: alire-project
|
||||
CHECKS_REPO: alire-index-checks
|
||||
ALR_VERSION: 1.2.2
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -64,7 +65,7 @@ jobs:
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v1
|
||||
with:
|
||||
version: 1.2.1
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
# By default, this sets up the newest indexed native toolchain
|
||||
- name: Set up devel `alr`
|
||||
|
||||
Reference in New Issue
Block a user