From a8189d93da62cdd8f71015401fb3edeaf480b793 Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:19:56 +0800 Subject: [PATCH] update openwrt-ci.yml --- .github/workflows/openwrt-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/openwrt-ci.yml b/.github/workflows/openwrt-ci.yml index 004ed5ee9..869f35118 100644 --- a/.github/workflows/openwrt-ci.yml +++ b/.github/workflows/openwrt-ci.yml @@ -42,6 +42,20 @@ jobs: - name: Checkout OpenWrt uses: actions/checkout@v4 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: true + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + - name: Update feeds run: | sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default