Skip to content

Commit

Permalink
update requieremnts
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya committed May 28, 2024
1 parent d052f2f commit 628f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archlinux-package.yml
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 -Sy; pacman --noconfirm -S pango glib2 librsvg unzip zip
run: pacman -Sy; pacman --noconfirm -S base-devel pango glib2 librsvg unzip zip
- name: Make Package
run: cd package/archlinux; bash build.sh
- name: Upload zst file to the release
Expand Down

0 comments on commit 628f835

Please sign in to comment.