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
