mirror of
https://github.com/nivekuil/rip
synced 2024-11-10 14:14:23 +00:00
Build for 64-bit osx
This commit is contained in:
parent
3d45ec1151
commit
1d2c62af09
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ matrix:
|
|||
sudo: required
|
||||
- os: osx
|
||||
rust: nightly
|
||||
env: TARGET=i686-apple-darwin
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue