Skip to content
Snippets Groups Projects
Verified Commit 3caf91c6 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix ensureGlobalTools

parent bc13a455
No related branches found
No related tags found
1 merge request!120Fix cross installation
Pipeline #38237 passed
......@@ -1071,7 +1071,7 @@ ensureGlobalTools = do
dirs <- lift getDirs
shimDownload <- liftE $ lE @_ @'[NoDownload]
$ maybe (Left NoDownload) Right $ Map.lookup ShimGen gTools
let dl = downloadCached' shimDownload (Just "gs.exe")
let dl = downloadCached' shimDownload (Just "gs.exe") Nothing
void $ (\(DigestError _ _) -> do
lift $ $(logWarn) [i|Digest doesn't match, redownloading gs.exe...|]
lift $ $(logDebug) [i|rm -f #{shimDownload}|]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment