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

pull/5783/head
Delyan Angelov 2020-07-10 10:32:49 +03:00
parent d3e676bdc1
commit beb90435b5
1 changed files with 2 additions and 1 deletions

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 .