Skip to content

Commit

Permalink
fix: ci missing go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 11, 2023
1 parent ee2b4f8 commit 71964ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}
- name: Setup Golang caches
uses: actions/cache/restore@v3
with:
path: /go
key: ${{ runner.os }}-golang-${{ hashFiles('go.sum') }}
- name: Checkout
uses: actions/checkout@v3
# fixes: fatal: unsafe repository
Expand Down

0 comments on commit 71964ed

Please sign in to comment.