Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi authored Jun 2, 2024
1 parent 613d8e6 commit 8e3d288
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
uses: actions/checkout@v3

- name: Set up alire
uses: alire-project/setup-alire@v1
uses: alire-project/setup-alire@v3

- name: Build yass
run: >
apt-get install libcmark-dev -y &&
alr -n index --update-all &&
alr -n update &&
alr -n build --release
Expand All @@ -39,8 +40,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install ports
uses: melusina-org/setup-macports@v1

- name: Set up alire
uses: alire-project/setup-alire@v1
uses: alire-project/setup-alire@v3

- name: Build yass
run: >
Expand All @@ -67,7 +71,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up alire
uses: alire-project/setup-alire@v1
uses: alire-project/setup-alire@v3

- name: Build yass
run: >
Expand All @@ -82,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: yass-win.zip
path: yass-win.zip
path: yass-win.zip

0 comments on commit 8e3d288

Please sign in to comment.