Skip to content

Commit

Permalink
gh: Clone vast repository into doc build job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Apr 23, 2024
1 parent 856c8a4 commit 72bd16f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ jobs:
LLVM_EXTERNAL_LIT: "/usr/local/bin/lit"

steps:
- name: Clone the VAST repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1

- name: Build VAST Doc
run: cmake --build --preset ci-release --target vast-doc

Expand Down

0 comments on commit 72bd16f

Please sign in to comment.