Skip to content

Commit 3fbbd48

Browse files
Merge pull request #1032 from gruenich/feature/update-github-actions-cuda-toolkit
[ci] Update GitHub Action Jimver/cuda-toolkit to 0.2.35
2 parents 8e48c98 + 0180686 commit 3fbbd48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/root-cmakelists-msvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
msystem: UCRT64
128128

129-
- uses: Jimver/cuda-toolkit@v0.2.23
129+
- uses: Jimver/cuda-toolkit@v0.2.35
130130
name: install CUDA toolkit
131131
if: matrix.cuda == 'with'
132132
id: cuda-toolkit

GraphBLAS/Source/get_set/GrB_Type_set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GrB_Info GrB_Type_set_VOID
9999
if (field == GxB_PRINT_FUNCTION && type->code == GB_UDT_code &&
100100
size == sizeof (GxB_print_function))
101101
{
102-
type->print_function = (GxB_print_function *) value ;
102+
type->print_function = (GxB_print_function) value ;
103103
return (GrB_SUCCESS) ;
104104
}
105105

0 commit comments

Comments
 (0)