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/ubuntu-install-packages
vendored
Executable file
6
.github/ci/ubuntu-install-packages
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
asciidoctor \
|
||||
zsh xz-utils liblz4-tool musl-tools libssl-dev openssl pkg-config
|
Loading…
Add table
Add a link
Reference in a new issue