1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix a typo

This commit is contained in:
Alexander Medvednikov 2019-11-15 00:53:03 +03:00
parent a04c3bac83
commit bf669012e7

View File

@ -67,7 +67,7 @@ jobs:
with: with:
node-version: 12.x node-version: 12.x
- name: Install dependencies - 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 - name: Build v
run: make && ./v -cc musl-gcc -o v v.v run: make && ./v -cc musl-gcc -o v v.v
# - name: Test v->c # - name: Test v->c