[Test] Bug fix in calling scripts for Github Actions
This commit is contained in:
parent
f2b6655550
commit
a95ddef90d
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependency
|
||||
run: source install_dependency.sh
|
||||
run: source ./.github/workflow/install_dependency.sh
|
||||
|
||||
- name: Compile OpenFPGA
|
||||
uses: nicledomaS/cmake_build_action@v1
|
||||
|
|
Loading…
Reference in New Issue