Skip to content

Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.18 (#294) #135

Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.18 (#294)

Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.18 (#294) #135

Workflow file for this run

---
name: Build and Test OpenMP
on: [push, pull_request]
jobs:
linux:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: checkout project code
uses: actions/checkout@v4
- name: install deps
run: sudo apt-get install libopenblas-dev liblapack-dev
- name: Build SCS with OpenMP and test
run: |
make USE_OPENMP=1 test
out/run_tests_direct
out/run_tests_indirect