:: commit daffa4bb4df0543273e131038e3453ffbb71e9f3

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-14 14:26

parents: af1045472e

rollback the BSD make change

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bb92686..ea18c6e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -63,10 +63,10 @@ jobs:
       with:
         usesh: true
         run: |
-          pkg install -y llvm gmake
-          MAKE=gmake ./configure
-          gmake
-          gmake roundtrip
+          pkg install -y llvm
+          ./configure
+          make
+          make roundtrip
 
   build-archs:
     name: Build Matrix for non-x86 architectures
tab: 248 wrap: offon