Skip to content

Commit

Permalink
Bump alr version in use to 1.2.2 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored Jan 13, 2023
1 parent eeeb7d0 commit 8ccc8d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Build Crate
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
uses: alire-project/setup-alire@v1
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
version: 1.2.1
version: ${{env.ALR_VERSION}}

- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Toolchain
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/diff-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Diff release
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
uses: alire-project/setup-alire@v1
with:
toolchain: --disable-assistant # We don't need the compiler
version: 1.2.1
version: ${{env.ALR_VERSION}}

- name: Set up GNAT toolchain (FSF)
if: (matrix.os == 'ubuntu-latest') && (contains(github.base_ref, 'devel-'))
Expand Down

0 comments on commit 8ccc8d1

Please sign in to comment.