diff --git a/.github/workflows/devcontainer-all.yaml b/.github/workflows/devcontainer-all.yaml index 2056a4bcfc..6419e8cf84 100644 --- a/.github/workflows/devcontainer-all.yaml +++ b/.github/workflows/devcontainer-all.yaml @@ -32,6 +32,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version run: | diff --git a/.github/workflows/devcontainer-azurertos.yaml b/.github/workflows/devcontainer-azurertos.yaml index c2772935b8..2c88eff37f 100644 --- a/.github/workflows/devcontainer-azurertos.yaml +++ b/.github/workflows/devcontainer-azurertos.yaml @@ -32,6 +32,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version run: | diff --git a/.github/workflows/devcontainer-chibios.yaml b/.github/workflows/devcontainer-chibios.yaml index 5a2449b46a..e7d889cb7f 100644 --- a/.github/workflows/devcontainer-chibios.yaml +++ b/.github/workflows/devcontainer-chibios.yaml @@ -32,6 +32,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version run: | diff --git a/.github/workflows/devcontainer-esp32.yml b/.github/workflows/devcontainer-esp32.yml index 7bff46d2be..615fbe127e 100644 --- a/.github/workflows/devcontainer-esp32.yml +++ b/.github/workflows/devcontainer-esp32.yml @@ -32,6 +32,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version run: | diff --git a/.github/workflows/devcontainer-freertos-nxp.yaml b/.github/workflows/devcontainer-freertos-nxp.yaml index 94f49bc76f..55fb97e48a 100644 --- a/.github/workflows/devcontainer-freertos-nxp.yaml +++ b/.github/workflows/devcontainer-freertos-nxp.yaml @@ -37,6 +37,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version shell: pwsh diff --git a/.github/workflows/devcontainer-smoketest.yaml b/.github/workflows/devcontainer-smoketest.yaml index 97adcde9ba..fc60fc15f8 100644 --- a/.github/workflows/devcontainer-smoketest.yaml +++ b/.github/workflows/devcontainer-smoketest.yaml @@ -42,6 +42,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Update repo submodules run: | diff --git a/.github/workflows/devcontainer-ti.yaml b/.github/workflows/devcontainer-ti.yaml index 6231c15b97..54e4392b39 100644 --- a/.github/workflows/devcontainer-ti.yaml +++ b/.github/workflows/devcontainer-ti.yaml @@ -32,6 +32,7 @@ jobs: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB tool-cache: true + large-packages: false - name: Get container version run: |