Skip to content

Commit 700dea8

Browse files
committed
fix ci?
1 parent ce647ad commit 700dea8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ jobs:
1616
GOLANGCI_LINT_VERSION: v1.58.1
1717
YAEGI_VERSION: v0.9.0
1818
CGO_ENABLED: 0
19+
defaults:
20+
run:
21+
working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}
1922

2023
steps:
2124
# https://github.com/marketplace/actions/checkout
2225
- name: Check Out The Repo
2326
uses: actions/checkout@v5.0.0
2427
with:
2528
fetch-depth: 0
29+
path: go/src/github.com/${{ github.repository }}
2630

2731

2832
- name: Set up Go

0 commit comments

Comments
 (0)