Skip to content

Commit

Permalink
chore: try again without ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 3, 2024
1 parent 38f65de commit de94db3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# run: cargo fmt --all -- --check

test_release:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Test in release mode
strategy:
matrix:
Expand Down Expand Up @@ -136,16 +136,16 @@ jobs:
- name: Install required packages
run: sudo apt install --no-install-recommends --yes libhwloc-dev nvidia-cuda-toolkit ocl-icd-opencl-dev

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

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

#multicore_sdr:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit de94db3

Please sign in to comment.