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 45a54ca commit 8470f7e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Install cargo-aur
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-aur

steps:
- uses: dtolnay/rust-toolchain@stable

- name: Install cargo-aur
run: cargo install cargo-aur

- uses: ClementTsang/[email protected]
with:
command: aur
- name: Create PKGBUILD
run: cargo aur

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

0 comments on commit 8470f7e

Please sign in to comment.