mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 11:38:32 -04:00
Add GitHub actions
This commit is contained in:
parent
b4317dad1a
commit
b28a5b0a6b
4 changed files with 238 additions and 0 deletions
6
.github/ci/macos-install-packages
vendored
Executable file
6
.github/ci/macos-install-packages
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
brew install asciidoctor
|
||||
|
||||
brew install openssl@1.1
|
||||
cp /usr/local/opt/openssl@1.1/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/
|
Loading…
Add table
Add a link
Reference in a new issue