We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc22e4 commit 52c0eedCopy full SHA for 52c0eed
1 file changed
.github/workflows/test.yml
@@ -23,6 +23,9 @@ jobs:
23
with:
24
version: latest
25
26
+ - name: Install system dependencies
27
+ run: sudo apt-get update && sudo apt-get install -y python3 make g++
28
+
29
- name: Install dependencies
30
run: pnpm install --frozen-lockfile
31
0 commit comments