Skip to content

Commit

Permalink
CI Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Feb 6, 2024
1 parent 4ba32ba commit da60794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://help.github.com/en/articles/workflow-syntax-for-github-actions

name: CI Ubuntu
name: CI MacOS

on:
push:
Expand Down Expand Up @@ -60,6 +60,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install deps
run: brew install binutils
- name: Install python
run: if [ "$BUILD_PYTHON" = "ON" ]; then brew install python ; fi
- name: Install DART
run: brew install dartsim
- name: Build Magnum
Expand Down
1 change: 0 additions & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def configure_robot_dart(conf):
try:
avx_dart = conf.check_avx(lib='dart', required=['dart', 'dart-utils', 'dart-utils-urdf'])
except:
print("ERROR!")
avx_dart = False

native = ''
Expand Down

0 comments on commit da60794

Please sign in to comment.