Skip to content

Commit

Permalink
ci: add ./v install markdown for the VPM compilation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Sep 28, 2023
1 parent 8f69bd1 commit fbd4529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_ci.yml
Expand Up @@ -194,7 +194,7 @@ jobs:
# - name: Build Vorum
# run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
- name: Build vpm
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . || ../v cmd/vpm && cd ..
run: ./v install markdown && git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . || ../v cmd/vpm && cd ..
- name: Freestanding
run: ./v -freestanding run vlib/os/bare/bare_example_linux.v
- name: V self compilation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_ci.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test symlink
run: ./v symlink
- name: Build vpm
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . || ../v cmd/vpm && cd ..
run: ./v install markdown && git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . || ../v cmd/vpm && cd ..
# - name: Set up pg database
# run: |
# pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
Expand Down

0 comments on commit fbd4529

Please sign in to comment.