Skip to content

Commit bfc4c28

Browse files
committed
fix github action
1 parent 80a7bc8 commit bfc4c28

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
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
@@ -19,7 +22,7 @@ jobs:
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

.github/workflows/Windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)