mirror of https://github.com/lnis-uofu/SOFA.git
[CI] Fix the wrong path to checkout OpenFPGA
This commit is contained in:
parent
cf8b83e271
commit
e19201e9db
|
@ -45,6 +45,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: LNIS-Projects/OpenFPGA
|
repository: LNIS-Projects/OpenFPGA
|
||||||
|
path: ${GITHUB_WORKSPACE}
|
||||||
|
|
||||||
- name: Install dependency
|
- name: Install dependency
|
||||||
run: source ./.github/workflows/install_dependency.sh
|
run: source ./.github/workflows/install_dependency.sh
|
||||||
|
|
Loading…
Reference in New Issue