pull/1696/head
ruki 2 years ago
parent 0fd68bc72a
commit 51a0a86406
  1. 1
      .github/workflows/freebsd.yml
  2. 1
      .github/workflows/monkey_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

@ -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

Loading…
Cancel
Save