Skip to content

Commit f09e73f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)