Skip to content

Commit

Permalink
feat: 每天定时生成Gradle缓存 #9319
Browse files Browse the repository at this point in the history
  • Loading branch information
stubenhuang committed Aug 15, 2023
1 parent 91f47b7 commit cddcf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('src/agent/go.sum') }}
- run: make clean all
- run: make BUILD_OUT_TAG=out clean all
working-directory: src/agent/
- uses: actions/upload-artifact@v3
if: ${{ inputs.upload == 'true' }}
Expand Down

0 comments on commit cddcf82

Please sign in to comment.