Skip to content

Commit

Permalink
Make zephyr dependency install hopefully a little faster
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 25, 2024
1 parent 8789584 commit 7c75d4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pico/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Install packages
run: |
sudo apt-get update && sudo apt-get upgrade
sudo apt-get update
sudo apt-get install -y --no-install-recommends git cmake tar buil-essentials \
gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/zephyr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
shell: bash
- name: Dependencies
run: |
sudo apt-get update && sudo apt-get upgrade
sudo apt-get update
sudo apt-get install -y --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget \
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install deps
run: |
sudo apt-get install lcov
- name: Setup java and gradle for compiling lfc
uses: ./.github/actions/prepare-build-env
# Commented out because we dont do LFC tests at the moment.
# - name: Setup java and gradle for compiling lfc
# uses: ./.github/actions/prepare-build-env
# Uncomment to SSH into the runner.
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit 7c75d4f

Please sign in to comment.