ruki 2 years ago
parent
commit
51a0a86406
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/freebsd.yml
  2. 1 0
      .github/workflows/monkey_freebsd.yml

+ 1 - 0
.github/workflows/freebsd.yml

@@ -32,6 +32,7 @@ jobs:
           run: |
             git clone --recurse-submodules https://github.com/xmake-io/xmake.git /tmp/xmake -b dev
             cd /tmp/xmake
+            ./configure
             gmake -j4
             gmake install
             export XMAKE_ROOT=y

+ 1 - 0
.github/workflows/monkey_freebsd.yml

@@ -26,6 +26,7 @@ jobs:
           run: |
             git clone --recurse-submodules https://github.com/xmake-io/xmake.git /tmp/xmake -b dev
             cd /tmp/xmake
+            ./configure
             gmake -j4
             gmake install
             export XMAKE_ROOT=y