Skip to content

Commit

Permalink
Echo PKG_CONFIG_PATH for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 12, 2024
1 parent 1ec2b7a commit 927a314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
shell: bash
run: |
go get ./cmd/example
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
go build cmd/example/*.go

- name: Download ML model
Expand Down

0 comments on commit 927a314

Please sign in to comment.