File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4646 run : |
4747 # Source the container entrypoint script
4848 . /entrypoint.sh
49+
50+ # Load Spack-installed GCC if necessary
51+ if [ "$CPP_COMPILER" == "g++" ]
52+ spack load gcc@15.2
53+ CPP_COMPILER=$(which g++)
54+ fi
55+
4956 cd "$GITHUB_WORKSPACE/$BUILD_PATH"
5057 SOURCE_DIR="$GITHUB_WORKSPACE/$SOURCE_PATH"
5158 echo "Configuring with CMake preset: $PRESET"
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217
218218 - name : Configure CMake
219219 id : configure
220- uses : Framework-R-D /phlex/.github/actions/configure-cmake@main
220+ uses : knoepfel /phlex/.github/actions/configure-cmake@cpp23-for-containers
221221 with :
222222 source-path : ${{ env.local_checkout_path }}
223223 build-path : ${{ env.local_build_path }}
You can’t perform that action at this time.
0 commit comments