From 7f129e9c0854be90d55a4f241c6beb7e83c5a061 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Mon, 18 Dec 2023 16:46:57 -0800 Subject: [PATCH] run cuda build again...save container --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 68d64fc5909..198740ae0a1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -179,7 +179,7 @@ jobs: # Remove the container and the workspace to avoid any conflict with the next run. echo github.workspace = ${{ github.workspace }} - rm -rf ${{ github.workspace }}/* +# rm -rf ${{ github.workspace }}/* # docker rm -f ${CONTAINER_NAME} exit ${EXIT_STATUS}