Skip to content

Commit

Permalink
ci: set MAKE=gmake for OpenBSD
Browse files Browse the repository at this point in the history
also add more packages: cmake, git, pkgconf, gnupg
  • Loading branch information
flavorjones committed May 3, 2024
1 parent 9d5a69e commit c0ec423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg_add ruby%3.1 gmake
pkg_add ruby%3.1 gmake cmake git pkgconf security/gnupg
ln -sf /usr/local/bin/ruby31 /usr/local/bin/ruby
ln -sf /usr/local/bin/bundle31 /usr/local/bin/bundle
ln -sf /usr/local/bin/bundler31 /usr/local/bin/bundler
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## mini_portile changelog

### next

- Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @postmodern)


### 2.8.6 / 2024-04-14

#### Added
Expand Down

0 comments on commit c0ec423

Please sign in to comment.