From 3090efe6dacb594f9b21edf7012e0b91ce16bf7c Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Tue, 27 Aug 2024 09:57:30 -0600 Subject: [PATCH] CI: fix for make dist --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c163ad2..6ea62949 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: