Correcting the syntax for CI run

This commit is contained in:
Lalit Sharma 2020-12-08 09:14:05 -08:00
parent d7ec481e9e
commit 3a7bc77871
1 changed files with 3 additions and 1 deletions

View File

@ -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