Skip to content

Commit

Permalink
Update build-and-test-plugin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Feb 26, 2024
1 parent 9be4f7d commit 9c112a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c112a0

Please sign in to comment.