ci: fix a typo
parent
a04c3bac83
commit
bf669012e7
|
@ -67,7 +67,7 @@ jobs:
|
|||
with:
|
||||
node-version: 12.x
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y musl msul-tools
|
||||
run: sudo apt-get update; sudo apt-get install --quiet -y musl musl-tools
|
||||
- name: Build v
|
||||
run: make && ./v -cc musl-gcc -o v v.v
|
||||
# - name: Test v->c
|
||||
|
|
Loading…
Reference in New Issue