We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96190c7 commit 5da06d1Copy full SHA for 5da06d1
1 file changed
.github/workflows/build.yaml
@@ -27,22 +27,3 @@ jobs:
27
- name: Push the Docker image (optional)
28
if: runner.os == 'Linux'
29
run: docker push astomodynamics/cddp-cpp
30
-
31
- # For macOS, build directly without Docker
32
- - name: Install dependencies on macOS
33
- if: runner.os == 'macOS'
34
- run: |
35
- # Basic dependencies
36
- brew install eigen || true
37
- brew uninstall --ignore-dependencies cmake || true
38
- brew install cmake
39
40
- # Dependencies for matplotplusplus
41
- brew install gnuplot
42
43
- - name: Build on macOS
44
45
46
- mkdir -p build && cd build
47
- cmake ..
48
- make -j4
0 commit comments