Skip to content

Commit

Permalink
Fix CI for inline-c-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Sep 29, 2023
1 parent b781538 commit 87cb957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
./inline-c-cpp/test-error-message-line-numbers.sh --stack-yaml stack-${{ matrix.stackage }}.yaml
fi
env:
INLINE_C_CUDA_SUFFIX=cc
INLINE_C_CUDA_COMPILER=g++
INLINE_C_CUDA_SUFFIX: cc
INLINE_C_CUDA_COMPILER: g++

0 comments on commit 87cb957

Please sign in to comment.