File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 99 with :
1010 cuda : ' 12.5.0'
1111 linux-local-args : ' ["--toolkit"]'
12+ use-github-cache : false
13+ - run : sudo apt-get update
14+ - run : sudo apt-get install -y xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
1215 - run : nvcc -V
1316 - name : Checkout
1417 uses : actions/checkout@v3
1922 run : cmake ../
2023 - name : Run make
2124 working-directory : ${{github.workspace}}/build
22- run : make -j
25+ run : make -j 4
2326 # - name: Run Test
2427 # working-directory: ${{github.workspace}}/build
2528 # run: ctest --no-compress-output -T Test -C Release --output-on-failure
Original file line number Diff line number Diff line change 99 with :
1010 cuda : ' 12.5.0'
1111 linux-local-args : ' ["--toolkit"]'
12+ use-github-cache : false
1213 - run : nvcc -V
1314 - name : Checkout
1415 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments