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