Skip to content

Commit

Permalink
Update CI/CD to not install non-necessary dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
AkechiShiro committed Jul 7, 2023
1 parent a29ba55 commit fc2c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vagrant-automatic-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install all latest dependencies in container
run: |
pacman -S --noconfirm zlib curl p7zip hicolor-icon-theme wget bash base-devel git fuse2 pacman-contrib libx11 xorg-server fontconfig pipewire alsa-lib qt6-base qt5-base
pacman -S --noconfirm zlib curl p7zip wget bash base-devel git pacman-contrib
- name: Create a user for makepkg usage
run: |
chmod a+rwx ./update.sh
Expand Down

0 comments on commit fc2c6c2

Please sign in to comment.