Skip to content

Commit

Permalink
Turn off cuda build. It always seems to fail at 22% of build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 23, 2024
1 parent b9eb4a5 commit b26ade8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
## target: [gcc12, gcc13, clang13, clang14_debug, clang15, intel2024, cuda12.3_debug, hip5.6, intel2024_sycl]
target: [gcc12, gcc13, clang13, clang14_debug, clang15, cuda12.3, hip5.6, intel2024_sycl]
target: [gcc12, gcc13, clang13, clang14_debug, clang15, hip5.6, intel2024_sycl]
runs-on: ubuntu-latest
steps:
- run: |
Expand Down

0 comments on commit b26ade8

Please sign in to comment.