File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 72
72
rm renode_${RENODE_VERSION}_amd64.deb
73
73
pip3 install -r /opt/renode/tests/requirements.txt --no-cache-dir
74
74
75
- # Ensure that we have the modules that correspond with the Zephyr we grabbed. The
76
- # action-zephyr-setup seems to just have fixed versions it uses.
77
- - name : West update
78
- working-directory : apptest
79
- shell : bash
80
- run : |
81
- west update
82
-
83
75
- name : Check formatting
84
76
working-directory : apptest
85
77
shell : bash
Original file line number Diff line number Diff line change 41
41
rustup target add thumbv7em-none-eabi
42
42
rustup target add thumbv7m-none-eabi
43
43
44
- # Ensure that we have the modules that correspond with the Zephyr we grabbed. The
45
- # action-zephyr-setup seems to just have fixed versions it uses.
46
- - name : West update
47
- working-directory : apptest
48
- shell : bash
49
- run : |
50
- west update
51
-
52
44
- name : Build Rust documentation
53
45
working-directory : zephyr-lang-rust
54
46
run : |
You can’t perform that action at this time.
0 commit comments