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

ci: add a separate 'Install markdown' step to the gitly-compiles job

This commit is contained in:
Delyan Angelov 2020-07-10 10:32:49 +03:00
parent d3e676bdc1
commit beb90435b5

View File

@ -430,10 +430,11 @@ jobs:
run: sudo apt-get install --quiet -y libssl-dev sqlite3 libsqlite3-dev
- name: Build V
run: make -j2 && ./v -cc gcc -o v cmd/v
- name: Install markdown
run: ./v install markdown
- name: Build Gitly
run: |
git clone --depth 1 https://github.com/vlang/gitly
./v install markdown
cd gitly
../v .
../v -autofree .