File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 24
24
# python-version: '3.10'
25
25
# cache: 'pip'
26
26
# - run: pip3 install -r requirements.txt
27
+
27
28
- name : Build dependencies
28
29
run : ./build_deps.sh ${{ matrix.platformArch }}
30
+ if : ${{ startsWith(matrix.platformArch, 'macOS') }}
31
+ - run : tar cJf ros2deps_${{ matrix.platformArch }}.tar.xz ros2_${{ matrix.platformArch }}/
32
+ if : ${{ startsWith(matrix.platformArch, 'macOS') }}
33
+ - uses : actions/upload-artifact@v3
34
+ with :
35
+ name : ros2deps_${{ matrix.platformArch }}
36
+ path : ros2deps_${{ matrix.platformArch }}.tar.xz
37
+ if : ${{ startsWith(matrix.platformArch, 'macOS') }}
38
+
29
39
- name : Build ROS2
30
40
run : ./build_ros2.sh ${{ matrix.platformArch }}
31
41
- run : tar cJf ros2_${{ matrix.platformArch }}.tar.xz ros2_${{ matrix.platformArch }}/
You can’t perform that action at this time.
0 commit comments