Skip to content

Commit 84daa7c

Browse files
authored
install compilers etc (#435)
Signed-off-by: Dan Huang <[email protected]>
1 parent 2ecb124 commit 84daa7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
with:
9090
python-version: ${{ inputs.python }}
9191

92+
- name: install system dependencies
93+
run: sudo apt update && sudo apt install -y g++ gcc git-all
94+
shell: bash
95+
9296
- name: checkout code
9397
id: checkout
9498
uses: actions/checkout@v4

0 commit comments

Comments
 (0)