Skip to content

Commit

Permalink
[.github] update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jan 9, 2024
1 parent e0a65e3 commit da55406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/catkin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
required-ros-distributions: noetic
- name: Install catkin tool
run: sudo apt-get install python3-catkin-tools
- name: Update pip
run: |
pip3 install pip --upgrade
pip3 install pyopenssl --upgrade
pip3 uninstall em
pip3 install empy
# - name: Update pip
# run: |
# pip3 install pip --upgrade
# pip3 install pyopenssl --upgrade
# pip3 uninstall em
# pip3 install empy
- name: Init workspace
run: |
source /opt/ros/noetic/setup.bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
# Continue other jobs even if this job fails.
continue-on-error: true
strategy:
matrix:
target_project:
Expand Down

0 comments on commit da55406

Please sign in to comment.