Skip to content

Commit af17bd1

Browse files
committed
fix cicd
1 parent 2aca5f5 commit af17bd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/build_setup/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ runs:
1111
using: 'composite'
1212

1313
steps:
14+
- name: Install system dependencies
15+
shell: bash
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y zip jq wget
19+
1420
- name: Install uv
1521
uses: astral-sh/setup-uv@v6
1622
with:

0 commit comments

Comments
 (0)