update openwrt-ci.yml

This commit is contained in:
coolsnowwolf 2025-04-18 12:19:56 +08:00 committed by GitHub
parent 90e32a97a0
commit a8189d93da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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