Fix dependency script reference in old build

This commit is contained in:
Ashton Snelgrove 2021-01-25 11:46:59 -07:00
parent f26da9ad34
commit 9894693932
1 changed files with 9 additions and 9 deletions

View File

@ -126,7 +126,7 @@ jobs:
submodules: true
- name: Install dependency
run: source ./.github/workflows/install_dependency.sh
run: source ./.github/workflows/install_dependency_old.sh
- name: Checkout CMake version
run: cmake --version