Skip to content

Commit

Permalink
[.github] - Free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
nyodas committed Feb 9, 2024
1 parent 079ef92 commit 7adac5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
matrix:
platform: ["linux/arm64","linux/amd64"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: df
Expand All @@ -43,8 +43,8 @@ jobs:
echo ### usr ###
sudo du -hd1 /usr/local
sudo apt list |grep julia
sudo apt list |grep haskell
sudo apt list --installed |grep julia
sudo apt list --installed |grep haskell
- name: df
shell: bash
run: df -h
Expand Down

0 comments on commit 7adac5a

Please sign in to comment.