Skip to content

Commit

Permalink
Only get git repo first
Browse files Browse the repository at this point in the history
  • Loading branch information
nbolton committed Sep 26, 2024
1 parent 1fc2093 commit 9e7ec06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# HACK: Download git repo first, but don't install deps.
- name: Install dependencies
run: python ./scripts/setup.py --no-install-deps

- name: Cache vcpkg dir
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 9e7ec06

Please sign in to comment.