Skip to content

Commit d8e1a55

Browse files
authored
Fix previous commit and move nvptx to targets to builds macos cling builds (#467)
1 parent 9ff2655 commit d8e1a55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/MacOS.yml

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

9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)