Skip to content

Commit d2d646f

Browse files
committed
Merge pull request #1426 from bettio/fix-esp32-simtest-syntax-error
ESP32: CI: esp32-simtest: fix yaml file Fix error introduced with #1425 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents bb04967 + e01d107 commit d2d646f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/esp32-simtest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
doxygen erlang-base erlang-dev erlang-dialyzer erlang-eunit \
8080
libglib2.0-0 libpixman-1-0 \
8181
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
82+
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
83+
chmod +x rebar3
84+
./rebar3 local install
8585
8686
- name: Install the Wokwi CLI
8787
run: curl -L https://wokwi.com/ci/install.sh | sh

0 commit comments

Comments
 (0)