Update build-and-test-plugin.yaml

This commit is contained in:
澄潭
2024-02-26 19:46:14 +08:00
committed by GitHub
parent 9be4f7d587
commit 9c112a03db

View File

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