updated Makefile and workflow

pull/12064/head
Yajith Dayarathna 2024-08-09 22:36:30 +12:00
parent 923df61aaf
commit 172f5f9c15
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: 'install dependencies'
run: make test-deps PLATFORM=${{ matrix.config.platform }} ARCH=${{ matrix.config.arch }}
run: make test-deps PLATFORM=linux ARCH=amd64
- name: 'update $PATH'
run: echo "$(pwd)/dist" >> $GITHUB_PATH