1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00
juvix/.github/workflows
Paul Cadman 7f009ce14c
Cache .hie directory in CI (#2490)
We use the options in `package.yaml`.

```
         - -fhide-source-paths
         - -fwrite-ide-info -hiedir=.hie
```
If a previously available .hie directory is missing then GHC will
rebuild the whole project with reason: `[HIE file is missing]`. So we
need to cache it to take advantage of incremental builds.
2023-11-01 14:15:53 +01:00
..
ci.yml Cache .hie directory in CI (#2490) 2023-11-01 14:15:53 +01:00
clean-up-cache.yaml Create clean-up-cache.yaml (#1915) 2023-03-23 14:48:21 +01:00
linux-static-binary.yaml Fix shell variables in linux static build stack install (#2309) 2023-08-23 23:36:26 +01:00