Skip to content

Commit

Permalink
CI: fix setting SST_DEPS_USER_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Aug 20, 2024
1 parent cc5cd09 commit 7db3c1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- os: macos-latest
build-type: sstmainline_config_core_make_dist_test
runs-on: ${{ matrix.os }}
env:
SST_DEPS_USER_DIR: "${GITHUB_WORKSPACE}/../${GITHUB_RUN_ID}_${GITHUB_RUN_NUMBER}_${GITHUB_RUN_ATTEMPT}"
steps:
- uses: actions/checkout@v4
- name: install system-level dependencies (macOS)
Expand Down Expand Up @@ -80,6 +78,9 @@ jobs:
with:
create-symlink: true
key: ${{ matrix.os }}-${{ matrix.build-type }}
- name: set env
run: |
echo "SST_DEPS_USER_DIR=$(realpath "${GITHUB_WORKSPACE}/../${GITHUB_RUN_ID}_${GITHUB_RUN_NUMBER}_${GITHUB_RUN_ATTEMPT}")"
- name: fetch elements dependencies
run: |
pristine="${SST_DEPS_USER_DIR}"/sstDeps/src/pristine
Expand Down

0 comments on commit 7db3c1a

Please sign in to comment.