mirror of
https://github.com/alibaba/higress.git
synced 2026-03-15 06:10:57 +08:00
Update build-and-test-plugin.yaml
This commit is contained in:
10
.github/workflows/build-and-test-plugin.yaml
vendored
10
.github/workflows/build-and-test-plugin.yaml
vendored
@@ -33,6 +33,16 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
tool-cache: false
|
||||
android: true
|
||||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: true
|
||||
swap-storage: true
|
||||
|
||||
- name: "Setup Go"
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user