Skip to content

Commit

Permalink
More debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 12, 2024
1 parent 927a314 commit 3b369f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build LPMS in Linux

on:
pull_request:
push:
branches:
- master

jobs:
build:
runs-on: linux-amd64
Expand Down Expand Up @@ -43,6 +45,7 @@ jobs:
run: |
go get ./cmd/example
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
go build cmd/example/*.go

- name: Download ML model
Expand Down

0 comments on commit 3b369f7

Please sign in to comment.