Correcting the syntax for CI run
This commit is contained in:
parent
d7ec481e9e
commit
3a7bc77871
|
@ -121,7 +121,9 @@ jobs:
|
|||
# Define the steps to run the build job
|
||||
steps:
|
||||
- name: Checkout OpenFPGA repo
|
||||
uses: actions/checkout@v2 with: submodules: true
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install dependency
|
||||
run: source ./.github/workflows/install_dependency.sh
|
||||
|
|
Loading…
Reference in New Issue