From 87cb957c9b8a347c631c36160440d39f965a3cc4 Mon Sep 17 00:00:00 2001 From: Junji Hashimoto Date: Sat, 30 Sep 2023 05:41:11 +0900 Subject: [PATCH] Fix CI for inline-c-cuda --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 439a3ba..755345d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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++