Skip to content

Commit 2434dfb

Browse files
committed
Fix wrong package name for alpine
1 parent 8e664ec commit 2434dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: startsWith( matrix.os[0], 'macos' )
6161
run: |
6262
brew update
63-
brew install automake bash openssl libarchive gpgme libtool meson makepkg
63+
brew install automake bash openssl libarchive gpgme libtool meson pacman
6464
brew reinstall openssl@3 # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
6565
6666
- name: Compile Tools

0 commit comments

Comments
 (0)