Skip to content

Commit

Permalink
Install npm package protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Jan 17, 2025
1 parent 8ad690b commit d4268fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/serialization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libprotobuf-c-dev protobuf-c-compiler protobuf-compiler libprotobuf-dev python3-protobuf
sudo npm install -g protoc-gen-js
sudo npm install -g ts-protoc-gen
- name: Install LinguaFrancaBase
run: pip3 install LinguaFrancaBase
- name: Setup upterm session
uses: lhotari/action-upterm@v1
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Run serialization tests;
run: |
source /opt/ros/*/setup.bash
Expand Down

0 comments on commit d4268fc

Please sign in to comment.