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 a448c72 commit 582dea6Copy full SHA for 582dea6
.github/workflows/build.yml
@@ -32,10 +32,6 @@ jobs:
32
app-path: zephyr-silabs
33
toolchains: arm-zephyr-eabi
34
35
- - name: Install Silabs-specific python dependencies
36
- run: |
37
- pip3 install crc
38
-
39
- name: Fetch blobs
40
run: |
41
west blobs fetch hal_silabs
.github/workflows/upstream-build.yml
@@ -22,10 +22,6 @@ jobs:
22
with:
23
python-version: 3.11
24
25
26
27
28
29
- name: Setup Zephyr project
30
uses: zephyrproject-rtos/action-zephyr-setup@v1
31
0 commit comments