Skip to content

Commit

Permalink
Update arch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matinlotfali authored Jan 10, 2024
1 parent a85b9e6 commit ee6d428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

steps:
- name: Refresh Packages
run: yes | pacman -Syu
run: pacman -Syu --noconfirm

- name: Install Dependencies
run: yes | pacman -S git cmake extra-cmake-modules qt5-tools kwin wireplumber
run: pacman -S --noconfirm git cmake extra-cmake-modules qt5-tools kwin wireplumber

- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ee6d428

Please sign in to comment.