dev: bump Alire version to 2.1.1 and setup-alire to @latest (#1942)

* dev: bump Alire to 2.1.1 and setup-alire to @latest

* Touch libhello
This commit is contained in:
Alejandro R Mosteo
2026-06-08 13:06:38 +02:00
committed by GitHub
parent e61b85281c
commit a3da892532
8 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain)
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 2.1.0
ALR_VERSION: 2.1.1
on:
pull_request:
@@ -56,14 +56,14 @@ jobs:
- name: Set up stable `alr`
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v5
uses: alire-project/setup-alire@latest
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
version: ${{env.ALR_VERSION}}
- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
uses: alire-project/setup-alire@v5
uses: alire-project/setup-alire@latest
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
branch: master