This commit is contained in:
Pat Hickey 2020-04-03 14:01:25 -07:00
parent ee2726700c
commit 1792d02ac9

View File

@ -35,6 +35,7 @@ jobs:
shell: bash
run: |
curl -sSfL https://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-darwin-apple.tar.xz | tar xJf -
ls clang+llvm-9.0.0-x86_64-darwin-apple
export CLANG_DIR=`pwd`/clang+llvm-9.0.0-x86_64-darwin-apple/bin
echo "::add-path::$CLANG_DIR"
echo "::set-env name=WASM_CC::$CLANG_DIR/clang"