Skip to content

Commit

Permalink
YAML spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 12, 2024
1 parent 3b369f7 commit a2e3cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Build LPMS
shell: bash
run: |
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
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 a2e3cfb

Please sign in to comment.