Skip to content

Commit

Permalink
troubleshooting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi committed Jun 2, 2024
1 parent 0c14b85 commit 613d8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: Build yass
run: >
alr -n index --update-all &&
alr -n update &&
alr -n build --release
Expand All @@ -43,6 +44,7 @@ jobs:

- name: Build yass
run: >
alr -n index --update-all &&
alr -n update &&
alr -n build --release
Expand All @@ -69,6 +71,7 @@ jobs:

- name: Build yass
run: >
alr -n index --update-all &&
alr -n update &&
alr -n build --release
Expand Down

0 comments on commit 613d8e6

Please sign in to comment.