We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e8766 commit 6c62847Copy full SHA for 6c62847
.github/workflows/pico-build.yaml
@@ -42,15 +42,14 @@ jobs:
42
- name: Checkout repo
43
uses: actions/checkout@v4
44
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
+ - uses: erlef/setup-beam@v1
+ with:
+ otp-version: "28.1"
+ rebar3-version: "3.24.0"
+ hexpm-mirrors: |
+ https://builds.hex.pm
+ https://repo.hex.pm
+ https://cdn.jsdelivr.net/hex
54
55
- name: Build atomvmlib-pico.uf2/atomvmlib-pico2.uf2
56
shell: bash
0 commit comments