We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8c7f9 commit 36d1963Copy full SHA for 36d1963
1 file changed
.github/workflows/compilation.yml
@@ -29,6 +29,16 @@ jobs:
29
cmake ..
30
make -j $(getconf _NPROCESSORS_ONLN)
31
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
42
43
- name: Configure with CMake
44
run: |
0 commit comments