Skip to content

Commit

Permalink
Update aur.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX authored Mar 26, 2024
1 parent 55dcfea commit 517a9ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
crate: cargo-aur

- name: Create PKGBUILD
run: cargo aur
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo aur

- name: cd into cargo-aur
run: cd ./target/cargo-aur/
Expand Down

0 comments on commit 517a9ce

Please sign in to comment.