Skip to content

Commit c7fcf59

Browse files
committed
Sampler builder: fix exception in removal of nvrtc files
1 parent d2af765 commit c7fcf59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sample-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
docker stop ${{ env.CONTAINER }}
349349
350350
# Remove superfluous files (hack)
351-
rm ${{ github.workspace }}/out/install/Release/lib/libnvrtc*.alt.*
351+
rm -f ${{ github.workspace }}/out/install/Release/lib/libnvrtc*.alt.*
352352
353353
#- name: Setup tmate session (debug)
354354
#if: ${{ failure() }}

0 commit comments

Comments
 (0)