Skip to content

* fixed: compilation failed due swift lib not found (libswiftXPC.dylib is not found in swift paths) #312

* fixed: compilation failed due swift lib not found (libswiftXPC.dylib is not found in swift paths)

* fixed: compilation failed due swift lib not found (libswiftXPC.dylib is not found in swift paths) #312

Workflow file for this run

name: Test PRs
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
env:
MAVEN_ARGS: -Dmaven.resolver.transport=wagon
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Install dependencies
run: |
brew install openssl
brew install autoconf
brew install automake
brew install libtool
brew install cmake
- name: build natives
run: ./build.sh