Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Oct 8, 2024
1 parent 3e88a40 commit 4c50b97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
- /lib/modules:/lib/modules
- /opt/tt_metal_infra/provisioning/provisioning_env:/opt/tt_metal_infra/provisioning/provisioning_env
steps:


- name: Install jq and curl
run: |
apt-get update
apt-get install -y jq curl
- name: Set reusable strings
id: strings
shell: bash
Expand Down

0 comments on commit 4c50b97

Please sign in to comment.