File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 id : cache-opencoarrays
2525 uses : actions/cache@v4
2626 with :
27- path : " ${HOME} /apps/OpenCoarrays/${OC_V} "
27+ path : " ~ /apps/OpenCoarrays/"
2828 key : OC-${{ env.OC_V }}
2929
3030 - name : Install GFortran
4141 wget https://github.com/sourceryinstitute/OpenCoarrays/releases/download/${OC_V}/OpenCoarrays-${OC_V}.tar.gz
4242 tar xzvf OpenCoarrays-${OC_V}.tar.gz
4343 cd OpenCoarrays-${OC_V}
44- mkdir -p "${HOME} /apps/OpenCoarrays/${OC_V}"
45- cmake -S . -B build -DCMAKE_INSTALL_PREFIX="${HOME} /apps/OpenCoarrays/${OC_V}"
44+ mkdir -p "~ /apps/OpenCoarrays/${OC_V}"
45+ cmake -S . -B build -DCMAKE_INSTALL_PREFIX="~ /apps/OpenCoarrays/${OC_V}"
4646 cmake --build build -t install -j
4747 echo "${HOME}/apps/OpenCoarrays/${OC_V}/bin" >> $GITHUB_PATH
4848
You can’t perform that action at this time.
0 commit comments