Skip to content

Commit 36d1963

Browse files
committed
Fix CI/CD
1 parent 6a8c7f9 commit 36d1963

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
cmake ..
3030
make -j $(getconf _NPROCESSORS_ONLN)
3131
make install
32+
33+
- name: Install openvcl
34+
run: |
35+
git clone https://github.com/fjtrujy/openvcl.git
36+
cd openvcl
37+
git checkout ps2gl
38+
make -j $(getconf _NPROCESSORS_ONLN) clean
39+
make -j $(getconf _NPROCESSORS_ONLN)
40+
make -j $(getconf _NPROCESSORS_ONLN) install
41+
3242
3343
- name: Configure with CMake
3444
run: |

0 commit comments

Comments
 (0)