Skip to content

Commit 9ff2655

Browse files
authored
Add back CUDA target to MacOS cling jobs (#466)
1 parent 74c5916 commit 9ff2655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
clang-runtime: '13'
5757
cling: On
5858
cling-version: '1.0'
59-
llvm_enable_projects: "clang"
59+
llvm_enable_projects: "clang;NVPTX"
6060
llvm_targets_to_build: "host"
6161
- name: osx13-x86-clang-clang-repl-19
6262
os: macos-13
@@ -92,7 +92,7 @@ jobs:
9292
clang-runtime: '13'
9393
cling: On
9494
cling-version: '1.0'
95-
llvm_enable_projects: "clang"
95+
llvm_enable_projects: "clang;NVPTX"
9696
llvm_targets_to_build: "host"
9797

9898
steps:

0 commit comments

Comments
 (0)