[CI] Bug fix

This commit is contained in:
tangxifan 2020-11-30 20:27:41 -07:00
parent e0d9eb9e7f
commit ef2d19aafa
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: LNIS-Projects/OpenFPGA
path: OpenFPGA
- name: Install dependency
run: source ./.github/workflows/install_dependency.sh
@ -68,6 +69,8 @@ jobs:
export CC=${{ matrix.config.cc }}
export CXX=${{ matrix.config.cxx }}
pwd
ls
ls ..
cd ./OpenFPGA
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE