Fix dependency script reference in old build
This commit is contained in:
parent
f26da9ad34
commit
9894693932
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue