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 649d7cd commit 9556639
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +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"
sudo find /bin -name "makepkg"
sudo find /sbin -name "makepkg"
sudo find /usr/sbin -name "makepkg"
sudo find /usr/bin -name "makepkg"
sudo find / -name "makepkg"
- name: Import SSH key
id: key
Expand Down

0 comments on commit 9556639

Please sign in to comment.