We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~/.cabal-devx
~/.cache
1 parent 30f0b9b commit 35d5603Copy full SHA for 35d5603
Dockerfile
@@ -52,7 +52,9 @@ if [ -n "\$PROJECT_DIR" ]; then
52
echo "Attempting to download HLS cache from GitHub Artifact (cache-\$COMMIT_HASH-$COMPILER_NIX_NAME) for faster first launch ..."
53
gh run download -D .download -n "cache-\$COMMIT_HASH-$COMPILER_NIX_NAME"
54
if [ -n .download ]; then
55
- rsync -a .download/ dist-newstyle/
+ rsync -a .download/dist-newstyle dist-newstyle
56
+ rsync -a .download/.cabal-devx $HOME/.cabal-devx
57
+ rsync -a .download/.cache $HOME/.cache
58
rm -r .download
59
fi
60
else
0 commit comments