We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7b16 commit 14a4e87Copy full SHA for 14a4e87
.github/workflows/esp32-simtest.yaml
@@ -79,6 +79,9 @@ jobs:
79
doxygen erlang-base erlang-dev erlang-dialyzer erlang-eunit \
80
libglib2.0-0 libpixman-1-0 \
81
gcc g++ zlib1g-dev libsdl2-2.0-0 libslirp0 libmbedtls-dev
82
+ wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
83
+ chmod +x rebar3
84
+ ./rebar3 local install
85
86
- name: Install the Wokwi CLI
87
run: curl -L https://wokwi.com/ci/install.sh | sh
@@ -97,6 +100,7 @@ jobs:
97
100
working-directory: ./src/platforms/esp32/test/
98
101
run: |
99
102
set -e
103
+ export PATH=${PATH}:${HOME}/.cache/rebar3/bin
104
. $IDF_PATH/export.sh
105
idf.py -DSDKCONFIG_DEFAULTS='sdkconfig.ci.wokwi' set-target ${{matrix.esp-idf-target}}
106
idf.py build
0 commit comments