mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-13 19:11:37 +00:00
fix macos filename, use https
This commit is contained in:
parent
7c39519ec4
commit
5933c205df
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -34,8 +34,8 @@ jobs:
|
||||
- name: Install clang (MacOS)
|
||||
shell: bash
|
||||
run: |
|
||||
curl -sSf http://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-apple-darwin.tar.xz | tar xJf -
|
||||
export CLANG_DIR=`pwd`/clang+llvm-9.0.0-x86_64-apple-darwin/bin
|
||||
curl -sSf http://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-darwin-apple.tar.xz | tar xJf -
|
||||
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"
|
||||
if: matrix.os == 'macos-latest'
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install clang (Linux)
|
||||
shell: bash
|
||||
run: |
|
||||
curl -sSf http://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz | tar xJf -
|
||||
curl -sSf https://releases.llvm.org/9.0.0/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz | tar xJf -
|
||||
export CLANG_DIR=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04/bin
|
||||
echo "::add-path::$CLANG_DIR"
|
||||
echo "::set-env name=WASM_CC::$CLANG_DIR/clang"
|
||||
|
Loading…
Reference in New Issue
Block a user