We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2af765 commit c7fcf59Copy full SHA for c7fcf59
1 file changed
.github/workflows/sample-builder.yml
@@ -348,7 +348,7 @@ jobs:
348
docker stop ${{ env.CONTAINER }}
349
350
# Remove superfluous files (hack)
351
- rm ${{ github.workspace }}/out/install/Release/lib/libnvrtc*.alt.*
+ rm -f ${{ github.workspace }}/out/install/Release/lib/libnvrtc*.alt.*
352
353
#- name: Setup tmate session (debug)
354
#if: ${{ failure() }}
0 commit comments