File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 3636 sudo apt-get install -y libfontconfig1-dev \
3737 libglfw3-dev \
3838 libfreeimage-dev \
39- libboost1.68-dev
39+ libboost1.68-dev \
40+ opencl-headers \
41+ ocl-icd-opencl-dev
4042
4143 - name : CMake Configure
4244 run : |
@@ -49,10 +51,11 @@ jobs:
4951 run : |
5052 cd $GITHUB_WORKSPACE
5153 rm -rf forge-full-${FG_VER}/.git
52- rm -rf forge-full-${FG_VER}/.github
54+ rm -rf forge-full-${FG_VER}/.github/workflows
5355 rm forge-full-${FG_VER}/.gitmodules
56+ mkdir -p forge-full-${FG_VER}/extern/cl2hpp
5457 cd forge-full-${FG_VER}/build/
55- cp -r ./examples/third_party/cl2hpp ../extern/cl2hpp
58+ cp -r ./examples/third_party/cl2hpp/* ../extern/cl2hpp/
5659 shopt -s extglob
5760 rm -r !(extern)
5861 cd ./extern
6669 rm -rf ./${dep}/.gitmodules
6770 done
6871 shopt -u extglob
69- cd ../../..
72+ cp -r ./* ../../extern/
73+ cd ../../
74+ rm -r build
75+ cd ..
7076 tar -cjf forge-full-${FG_VER}.tar.bz2 forge-full-${FG_VER}/
7177 echo "UPLOAD_FILE=forge-full-${FG_VER}.tar.bz2" >> $GITHUB_ENV
7278
You can’t perform that action at this time.
0 commit comments