Skip to content

Commit ed59150

Browse files
committed
fix: explicitly install project tools
1 parent 3dee9d4 commit ed59150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
uses: actions/setup-go@v5
3838
with:
3939
go-version: ${{ matrix.go-version }}
40+
- name: Install Project Tools
41+
run: make project-tools
4042
- name: Lint
4143
if: ${{ matrix.go-version == '1.19' || matrix.go-version == '1.20' || matrix.go-version == '1.21' || matrix.go-version == '1.22'}}
4244
working-directory: ./sdk-repo-updated

0 commit comments

Comments
 (0)