Skip to content

Commit 6c62847

Browse files
committed
CI: pico use only erlef setup for atomvmlib
Signed-off-by: Peter M <petermm@gmail.com>
1 parent 32e8766 commit 6c62847

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/pico-build.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ jobs:
4242
- name: Checkout repo
4343
uses: actions/checkout@v4
4444

45-
- name: "apt update"
46-
run: sudo apt update
47-
48-
- name: "Install deps"
49-
run: |
50-
sudo apt install -y \
51-
cmake doxygen gperf ninja-build gcc-arm-none-eabi \
52-
libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib \
53-
erlang-base erlang-dev erlang-dialyzer erlang-eunit rebar3
45+
- uses: erlef/setup-beam@v1
46+
with:
47+
otp-version: "28.1"
48+
rebar3-version: "3.24.0"
49+
hexpm-mirrors: |
50+
https://builds.hex.pm
51+
https://repo.hex.pm
52+
https://cdn.jsdelivr.net/hex
5453
5554
- name: Build atomvmlib-pico.uf2/atomvmlib-pico2.uf2
5655
shell: bash

0 commit comments

Comments
 (0)