Skip to content

Commit 45e8781

Browse files
authored
CI: fix typo
1 parent c995be8 commit 45e8781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939
- name: Build cuSolver
4040
run: |
41-
cmake -B build -USE_CUSOLVER_LCAO=ON
41+
cmake -B build -DUSE_CUSOLVER_LCAO=ON
4242
cmake --build build -j4
4343
cmake --install build
4444
- name: Test

0 commit comments

Comments
 (0)