pull/314/head
ruki 4 years ago
parent 4e3370376d
commit 88c5dfa928
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      .github/workflows/freebsd.yml
  2. 2
      .github/workflows/macos.yml

@ -24,7 +24,7 @@ jobs:
with:
usesh: true
mem: 4096
prepare: pkg install -y git curl unzip gmake llvm gsed bash perl5
prepare: pkg install -y git curl unzip gmake llvm gsed bash perl5 openssl
run: |
git clone --recurse-submodules https://github.com/xmake-io/xmake.git /tmp/xmake -b dev
cd /tmp/xmake

@ -21,5 +21,7 @@ jobs:
- name: Tests
run: |
wget https://curl.haxx.se/ca/cacert.pem -O /tmp/cacert.pem
export CURL_CA_BUNDLE=/tmp/cacert.pem
xmake l ./scripts/test.lua -D -k ${{ matrix.kind }}

Loading…
Cancel
Save