We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef503d commit 5315b0bCopy full SHA for 5315b0b
.github/workflows/build.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
env:
14
UPSTREAM_WORKSPACE: upstream.repos
15
+ AFTER_SETUP_UPSTREAM_WORKSPACE: sudo apt update && sudo apt install -y libcurl4-openssl-dev nlohmann-json3-dev libb64-dev
16
steps:
17
- uses: actions/checkout@v3
18
- uses: 'ros-industrial/industrial_ci@master'
README.md
@@ -20,6 +20,10 @@ Requires an OpenAI key as described here: https://help.openai.com/en/articles/49
20
21
Set it as an environment variable: `export OPENAI_API_KEY="..."`
22
23
+### Dependencies
24
+
25
+`sudo apt install -y libcurl4-openssl-dev nlohmann-json3-dev libb64-dev`
26
27
## Run
28
29
Here's a quick example:
0 commit comments