Skip to content

Commit 3e2d9d0

Browse files
committed
Revert "CI: Ensure west update is run"
This reverts commit a21fb9b. Signed-off-by: David Brown <[email protected]>
1 parent 6334fc2 commit 3e2d9d0

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
rm renode_${RENODE_VERSION}_amd64.deb
7373
pip3 install -r /opt/renode/tests/requirements.txt --no-cache-dir
7474
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-
8375
- name: Check formatting
8476
working-directory: apptest
8577
shell: bash

.github/workflows/docs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ jobs:
4141
rustup target add thumbv7em-none-eabi
4242
rustup target add thumbv7m-none-eabi
4343
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-
5244
- name: Build Rust documentation
5345
working-directory: zephyr-lang-rust
5446
run: |

0 commit comments

Comments
 (0)