Skip to content

Commit 5315b0b

Browse files
committed
Fix CI
1 parent 4ef503d commit 5315b0b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
UPSTREAM_WORKSPACE: upstream.repos
15+
AFTER_SETUP_UPSTREAM_WORKSPACE: sudo apt update && sudo apt install -y libcurl4-openssl-dev nlohmann-json3-dev libb64-dev
1516
steps:
1617
- uses: actions/checkout@v3
1718
- uses: 'ros-industrial/industrial_ci@master'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Requires an OpenAI key as described here: https://help.openai.com/en/articles/49
2020

2121
Set it as an environment variable: `export OPENAI_API_KEY="..."`
2222

23+
### Dependencies
24+
25+
`sudo apt install -y libcurl4-openssl-dev nlohmann-json3-dev libb64-dev`
26+
2327
## Run
2428

2529
Here's a quick example:

0 commit comments

Comments
 (0)