Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Feb 22, 2024
1 parent 1625c86 commit 893e9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ concurrency:
jobs:
Build:
runs-on: ubuntu-latest
image: ubuntu:22.04
container:
image: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,9 +28,8 @@ jobs:
- name: Deps
run: |
apt update
apt install -y python3 python3-pip git build-essential cmake rsync
apt install -y python3 python3-pip git build-essential cmake rsync gcc-arm-none-eabi
pip3 install catkin_pkg lark-parser colcon-common-extensions
apt install gcc-arm-none-eabi
- name: Build
run: |
Expand Down

0 comments on commit 893e9a2

Please sign in to comment.