shithub: MicroHs

Download patch

ref: 17807bfa8e53991d3976d5d12fd70e5a779307a5
parent: 08dc58255a0e2579f4004c9b9efa2d7f0accda9a
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 27 13:49:04 EST 2023

More packages

--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -48,7 +48,12 @@
     steps:
     - uses: jirutka/setup-alpine@v1
       with:
+        arch: x86
         branch: v3.15
+        packages: >
+          build-base
+          gcc
+          make
     - name: checkout repo
       uses: actions/checkout@v3
     - name: make
--