From f3bcb9c45eecec50ea6082d7f8d2c59812c6d550 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 16 Nov 2023 22:30:54 +0100 Subject: [PATCH] Update alire-project/setup-alire to v2 (#6) --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55cd9f4..bc1a518 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# Build using Alire. +# Build using Alire and deliver an AppImage. name: Build on: @@ -26,9 +26,7 @@ jobs: distrib: community target: native - name: alire-project/setup-alire - uses: alire-project/setup-alire@v1 - with: - version: 1.2.1 + uses: alire-project/setup-alire@v2 - name: Update apt if: runner.os == 'Linux' run: sudo apt-get update