🐛 fix nvc++ build

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
Niels Lohmann
2026-06-29 14:17:04 +02:00
parent 7c4d469b84
commit a0b9149ec5
2 changed files with 12 additions and 4 deletions
+1 -3
View File
@@ -257,9 +257,7 @@ jobs:
- name: Run CMake
run: cmake -S . -B build -DJSON_CI=On
- name: Build
run: |
. /opt/intel/oneapi/setvars.sh
cmake --build build --target ci_icpx
run: cmake --build build --target ci_icpx
ci_nvhpc:
runs-on: ubuntu-latest