mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 06:35:40 +00:00
Trying to fix mac install
This commit is contained in:
parent
50b860f717
commit
824cd7a283
@ -46,7 +46,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install CMAKE
|
name: Install CMAKE
|
||||||
command: |
|
command: |
|
||||||
wget https://cmake.org/files/v3.4/cmake-3.4.1-Darwin-x86_64.tar.gz
|
curl -O https://cmake.org/files/v3.4/cmake-3.4.1-Darwin-x86_64.tar.gz
|
||||||
tar xf cmake-3.4.1-Darwin-x86_64.tar.gz
|
tar xf cmake-3.4.1-Darwin-x86_64.tar.gz
|
||||||
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
|
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user