summaryrefslogtreecommitdiff
path: root/.github/workflows/sdl_core_github_ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/sdl_core_github_ci.yml')
-rw-r--r--.github/workflows/sdl_core_github_ci.yml4
1 files changed, 3 insertions, 1 deletions
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: