Skip to content

Commit

Permalink
ci: dont be too clever
Browse files Browse the repository at this point in the history
  • Loading branch information
whrvt committed Oct 20, 2024
1 parent 659a15c commit 247ae37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ jobs:
sudo -u builder bash << EOF
cd ~
paru -S --nocheck --noconfirm ${AUR_PACKAGE} --assume-installed=ntsync-dkms
mkdir ${{ env.PARU_CACHE }}/clone/${AUR_PACKAGE}-wow64
ln -s ${{ env.PARU_CACHE }}/clone/${AUR_PACKAGE}/wine ${{ env.PARU_CACHE }}/clone/${AUR_PACKAGE}-wow64/wine
ln -s ${{ env.PARU_CACHE }}/clone/${AUR_PACKAGE}/wine-staging ${{ env.PARU_CACHE }}/clone/${AUR_PACKAGE}-wow64/wine-staging
paru -S --nocheck --noconfirm ${AUR_PACKAGE}-wow64 --assume-installed=ntsync-dkms
EOF
Expand Down

0 comments on commit 247ae37

Please sign in to comment.