[CI] Try to correct path when checking out OpenFPGA

This commit is contained in:
tangxifan 2020-11-30 20:01:56 -07:00
parent e19201e9db
commit 58d4f1835c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: LNIS-Projects/OpenFPGA
path: ${GITHUB_WORKSPACE}
path: ../
- name: Install dependency
run: source ./.github/workflows/install_dependency.sh