There was an error while loading. Please reload this page.
1 parent 9fe9bef commit 49a7a04Copy full SHA for 49a7a04
1 file changed
.github/workflows/ci.yaml
@@ -9,6 +9,9 @@ jobs:
9
runs-on: self-hosted
10
container: buildpack-deps:bookworm
11
steps:
12
+ - name: Install requirements
13
+ run: |
14
+ apt install -y jq
15
- name: Checkout code
16
uses: actions/checkout@v4
17
with:
0 commit comments