Skip to content

Commit

Permalink
Adding angular dependency to sanity-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amotaouakkil123 authored May 4, 2024
1 parent 89cc997 commit 3ad9264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
cd ~
mkdir --parents catkin_ws/src
ln -s $GITHUB_WORKSPACE ~/catkin_ws/src
- name: Setup Angular Workflow
run: |
npm install -g @angular/cli
- name: Catkin Build
shell: bash
Expand Down

0 comments on commit 3ad9264

Please sign in to comment.