Skip to content

Commit

Permalink
CI: fix for make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Aug 27, 2024
1 parent 59bbd79 commit 3090efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
if [[ "$(uname)" == "Darwin" ]]; then
export PMIX_MCA_gds=hash
fi
mkdir -p "${SST_DEPS_USER_DIR}/devel/trunk"
cd "${SST_DEPS_USER_DIR}/devel/trunk"
"${GITHUB_WORKSPACE}"/buildsys/bamboo.sh ${{ matrix.build-type }} none none none none none
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3090efe

Please sign in to comment.