From 6b3b371aca2ad28f4c53e2e08ef3fc370e3e5012 Mon Sep 17 00:00:00 2001 From: SunBeau Date: Thu, 11 Apr 2024 23:28:55 +0800 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 44ac7751..365461b5 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -57,7 +57,7 @@ jobs: container: image: docker.io/centos:7 volumes: - - ${{ github.workspace }} + - ${{ github.workspace }}:${{ github.workspace }} strategy: # Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.