Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Sep 20, 2024
1 parent 57c266b commit 01159b7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,15 @@ jobs:
- e2e-v1.27
- e2e-v1.28
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache-dependency-path: "**/*.sum"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
path: go/src/github.com/${{ github.repository }}

- name: make ${{ matrix.target }}
run: |
# workaround for https://github.com/actions/setup-go/issues/14
Expand All @@ -50,7 +48,6 @@ jobs:
else
make $target
fi
working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}
env:
target: ${{ matrix.target }}

Expand Down

0 comments on commit 01159b7

Please sign in to comment.