Skip to content

Commit

Permalink
fixed gaming edition workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Jul 19, 2024
1 parent 290e3bb commit 12924ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Packages via Pacman
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip zip
- name: Replace packages and profile with Nvidia versions
run: |
mv iso/packages-nvidia.x86_64 iso/packages.x86_64
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Packages via Pacman
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip
run: pacman -Syu --noconfirm; pacman --noconfirm -S git archiso python python-pygithub github-cli p7zip zip
- name: remove packages and profile of nvidia versions
run: |
rm -f iso/airootfs/etc/mkinitcpio.conf-nvidia
Expand Down

0 comments on commit 12924ac

Please sign in to comment.