mirror of https://github.com/lnis-uofu/SOFA.git
[CI] Bug fix
This commit is contained in:
parent
e0d9eb9e7f
commit
ef2d19aafa
|
@ -45,6 +45,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: LNIS-Projects/OpenFPGA
|
repository: LNIS-Projects/OpenFPGA
|
||||||
|
path: OpenFPGA
|
||||||
|
|
||||||
- name: Install dependency
|
- name: Install dependency
|
||||||
run: source ./.github/workflows/install_dependency.sh
|
run: source ./.github/workflows/install_dependency.sh
|
||||||
|
@ -68,6 +69,8 @@ jobs:
|
||||||
export CC=${{ matrix.config.cc }}
|
export CC=${{ matrix.config.cc }}
|
||||||
export CXX=${{ matrix.config.cxx }}
|
export CXX=${{ matrix.config.cxx }}
|
||||||
pwd
|
pwd
|
||||||
|
ls
|
||||||
|
ls ..
|
||||||
cd ./OpenFPGA
|
cd ./OpenFPGA
|
||||||
mkdir build
|
mkdir build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
||||||
|
|
Loading…
Reference in New Issue