Skip to content

Commit

Permalink
ci: test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
demartis committed Nov 16, 2023
1 parent fea7237 commit 2ebc1be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sub_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
-
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: false

# 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
docker-images: true
swap-storage: true
-
name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2ebc1be

Please sign in to comment.