Skip to content

Commit

Permalink
curl ld path
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Jan 25, 2024
1 parent da278c9 commit b45e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check for token
run: cat scripts/docker/longtoken.txt
- name: test client-cli
run: HA_WS_URL=ws://localhost:8123/api/websocket HA_API_TOKEN=$(cat scripts/docker/longtoken.txt) build/client-cli list-entities
run: LD_LIBRARY_PATH=./build/subprojects/curl-8.5.0/build/lib/.libs/ HA_WS_URL=ws://localhost:8123/api/websocket HA_API_TOKEN=$(cat scripts/docker/longtoken.txt) build/client-cli list-entities
- uses: actions/upload-artifact@v4
with:
name: ubuntu-build
Expand Down

0 comments on commit b45e083

Please sign in to comment.