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:
parent
d3e676bdc1
commit
beb90435b5
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user