Skip to content

Commit

Permalink
Update Alire index
Browse files Browse the repository at this point in the history
Update Alire index to get asfml v2.4.1
  • Loading branch information
mgrojo authored Sep 15, 2022
1 parent 0dbc5d0 commit c0a0cd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Update apt
if: runner.os == 'Linux'
run: sudo apt-get update
- name: Update
run: alr index --update-all
- name: Build
run: alr --non-interactive build

Expand All @@ -48,6 +50,8 @@ jobs:
uses: alire-project/setup-alire@v1
- name: Update apt
run: sudo apt-get update
- name: Update
run: alr index --update-all
- name: Build
run: alr --non-interactive build
- name: Build AppImage
Expand Down

0 comments on commit c0a0cd4

Please sign in to comment.