Skip to content

Commit

Permalink
Undo Noetic Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josecisneros001 authored Nov 11, 2021
1 parent c38626b commit c4f2ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/catkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ env:

jobs:
build:
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-18.04]
steps:
- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
- uses: actions/checkout@v1
- uses: betwo/[email protected]
with:
ros-version: 'noetic'
ros-version: 'melodic'
workspace: '$GITHUB_WORKSPACE/catkin_home'
- run: |
cd $GITHUB_WORKSPACE/catkin_home
Expand Down

0 comments on commit c4f2ad2

Please sign in to comment.