mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
update openwrt-ci.yml
This commit is contained in:
parent
90e32a97a0
commit
a8189d93da
14
.github/workflows/openwrt-ci.yml
vendored
14
.github/workflows/openwrt-ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user