summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-04-30 16:39:26 -0400
committerJackLivio <jack@livio.io>2021-04-30 16:39:26 -0400
commitd59fa9f4543883d223c39d9e8c33f344e294a09d (patch)
tree76c0f3fcb4d4db8d786e5051e4e84c0113fbaa74
parent2dab172f49030aab7197fbb96c7c0a7f2f295211 (diff)
downloadsdl_core-feature/github_actions_ci.tar.gz
-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: