logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ec7a344a64acfaae1d9874f9e781fc7e377f6403
parent 81564a0fe804cb73006e59cb006999f94ca56b0d
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 26 Jan 2024 16:29:19 -0800

Add curl to .build.yml

This seems to no longer be installed by default.

Diffstat:

M.build.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -1,6 +1,7 @@ image: alpine/edge packages: - bison +- curl - libarchive-tools - lua5.1 - nasm