Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 21, 2023
1 parent 44283fc commit aab2ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build Rust
- name: Build CUDA and Rust
env:
NVCC_PREPEND_FLAGS: dupa
NVCC_PREPEND_FLAGS: "-ccbin=gcc -std=c++17"
run: |
cd open-division/prize1-msm/prize1a-msm-gpu/combined-top-solutions
cargo build

0 comments on commit aab2ecd

Please sign in to comment.