Skip to content

Commit

Permalink
Update build-archlinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev authored Jun 24, 2024
1 parent c0d167d commit a5bc1a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:

steps:
- name: Fix permissions
run: |
sudo chown user:user ../*
sudo chown -R user:user /__w
run: sudo chown user:user ../*

- name: Update
run: sudo pacman -Syu --noconfirm
Expand All @@ -31,6 +29,7 @@ jobs:
run: |
cd archlinux
./build_smplayer.sh
sudo chown -R user:user /__w
- name: Create artifact
if: github.event_name != 'release'
Expand Down

0 comments on commit a5bc1a8

Please sign in to comment.