From d59fa9f4543883d223c39d9e8c33f344e294a09d Mon Sep 17 00:00:00 2001 From: JackLivio Date: Fri, 30 Apr 2021 16:39:26 -0400 Subject: Fix space --- .github/workflows/sdl_core_github_ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sdl_core_github_ci.yml b/.github/workflows/sdl_core_github_ci.yml index dcb9a5af07..5b131d17be 100644 --- a/.github/workflows/sdl_core_github_ci.yml +++ b/.github/workflows/sdl_core_github_ci.yml @@ -17,7 +17,9 @@ jobs: # build project - name: mkdir-and-cd run: cd ${{ github.workspace }} && mkdir /core_3rd_party && cd ../ && mkdir build && cd build - - name: Cache 3rd Party + - name: Set 3rd Party Path + run: echo "THIRD_PARTY_INSTALL_PREFIX=/core_3rd_party" >> $GITHUB_ENV + - name: Cache 3rd Party id: core-3rd-party uses: actions/cache@v2 with: -- cgit v1.2.1