Skip to content

Commit

Permalink
add yakut install where cyphal is required
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 7, 2024
1 parent 800c353 commit 905f07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
python -m pip install yakut
if [ "${{ runner.os }}" == "Linux" ]; then
sudo apt-get install -y gcc-arm-none-eabi
elif [ "${{ runner.os }}" == "Windows" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cyphal_sitl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest
pip install pytest yakut
sudo apt-get install -y gcc-arm-none-eabi linux-modules-extra-$(uname -r)
- run: make sitl_cyphal
Expand Down

0 comments on commit 905f07f

Please # to comment.