Bump Jimver/cuda-toolkit from 0.2.17 to 0.2.18 (#294) #135
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |