Skip to content

Commit de94db3

Browse files
committed
chore: try again without ssh
1 parent 38f65de commit de94db3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# run: cargo fmt --all -- --check
5858

5959
test_release:
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-24.04
6161
name: Test in release mode
6262
strategy:
6363
matrix:
@@ -136,16 +136,16 @@ jobs:
136136
- name: Install required packages
137137
run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev
138138

139-
- name: Setup tmate session
140-
uses: mxschmitt/action-tmate@v3
141-
with:
142-
limit-access-to-actor: true
139+
#- name: Setup tmate session
140+
# uses: mxschmitt/action-tmate@v3
141+
# with:
142+
# limit-access-to-actor: true
143143

144144
- name: Build with `cuda` and `opencl` features enabled
145145
run: cargo build --workspace --features cuda,opencl
146146
- name: Build with `cuda-supraseal` feature enabled
147147
#run: CC=gcc-10 CXX=g++-10 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-10' cargo build --workspace --no-default-features --features cuda-supraseal
148-
run: cargo build --workspace --no-default-features --features cuda-supraseal
148+
run: CC=gcc-12 CXX=g++-12 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-12' cargo build --workspace --no-default-features --features cuda-supraseal
149149

150150
#multicore_sdr:
151151
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)