Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 24, 2023
1 parent 03b4dae commit 5b535e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
repository: https://github.com/ulule/loukoum

- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
cache: true
cache: false

- name: build
run: |
echo 'cache before build'
du -s $(go env GOCACHE) || echo 'no cache'
go build -v .
echo 'cache after build'
du -s $(go env GOCACHE) || echo 'no cache'
du -m -s .

0 comments on commit 5b535e8

Please sign in to comment.