mirror of https://github.com/lnis-uofu/SOFA.git
[CI] Try to correct path when checking out OpenFPGA
This commit is contained in:
parent
e19201e9db
commit
58d4f1835c
|
@ -45,7 +45,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: LNIS-Projects/OpenFPGA
|
repository: LNIS-Projects/OpenFPGA
|
||||||
path: ${GITHUB_WORKSPACE}
|
path: ../
|
||||||
|
|
||||||
- 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