Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 12, 2023
1 parent 0e799a5 commit 649d7cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Prepare artifacts
run: |
sudo apt update
sudo apt install libarchive-dev libarchive-tools pacman makepkg
sudo apt install libarchive-dev libarchive-tools pacman
ls -la .
LATEST_VERSION=$(cd ./repo; git tag --sort=version:refname | tail -n1 | tr -d 'v' | tr -d '\n')
echo "LATEST_VERSION: $LATEST_VERSION"
Expand All @@ -30,6 +30,11 @@ jobs:
ls -la ./build/installers/
whereis pacman
whereis makepkg
find /bin -name "makepkg"
find /sbin -name "makepkg"
find /usr/sbin -name "makepkg"
find /usr/bin -name "makepkg"
find / -name "makepkg"
- name: Import SSH key
id: key
Expand Down

0 comments on commit 649d7cd

Please sign in to comment.