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.
1 parent 2977c26 commit b42e579Copy full SHA for b42e579
.github/workflows/haskell.yml
@@ -57,6 +57,10 @@ jobs:
57
${{ runner.os }}-${{ runner.arch }}-build-
58
${{ runner.os }}-${{ runner.arch }}-
59
60
+ - name: ❓ Check cache
61
+ run: |
62
+ find ~/.local
63
+
64
- name: 🚄 Prepare OS
65
if: ${{ matrix.os == 'macos' }}
66
run: |
build.hs
@@ -87,7 +87,7 @@ runShake pwd uid = shakeArgs options $ do
87
needDependencies
88
installDir <- liftIO $ getXdgDirectory XdgData ""
89
let libDirectory = installDir </> "lib"
90
- liftIO $ removeFiles installDir ["//*.so", "//*.dylib"]
+ liftIO $ removeFiles libDirectory ["//*.so", "//*.dylib"]
91
cmd_ "cabal" ["update"]
92
command_
93
[AddEnv "PKG_CONFIG_PATH" (libDirectory </> "pkgconfig")]
0 commit comments