Skip to content

Commit

Permalink
Fix list of dependencies for archlinux builds
Browse files Browse the repository at this point in the history
For archlinux builds install base-devel metapackage instead of
individual tools. This fixes the build error triggered by missing
`debugedit` tool.
  • Loading branch information
kobajagi committed Aug 14, 2024
1 parent 5523dcd commit 4237a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
shell: bash

- name: install tools
run: pacman --noconfirm -Sy git openssh glibc sudo binutils make gcc pkg-config fakeroot go which
run: pacman --noconfirm -Sy base-devel git openssh glibc go
shell: bash

- name: release
Expand Down

0 comments on commit 4237a44

Please sign in to comment.