From 4978051373fa50aa592c1b3c455cbd0f3eb1cde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gr=C3=A9goire?= Date: Thu, 7 Jan 2021 08:01:58 +0100 Subject: [PATCH] runner.workspace => github.workspace Co-authored-by: Josh Gross --- ci/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cmake.yml b/ci/cmake.yml index 58614a5..d251d2e 100644 --- a/ci/cmake.yml +++ b/ci/cmake.yml @@ -28,7 +28,7 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake --build ${{runner.workspace}}/build --config ${{env.BUILD_TYPE}} + run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Test working-directory: ${{runner.workspace}}/build