mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
nix.yml: Update index before building
This commit is contained in:
parent
ec5c751b35
commit
e4e04aa017
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -25,4 +25,6 @@ jobs:
|
||||
# "nix build" builds with full optimization and includes a profiling
|
||||
# build, so just the build of xmonad-contrib itself takes 3 minutes.
|
||||
# As a workaround, we invoke cabal manually here.
|
||||
run: nix develop -c cabal v2-build -O0 -j
|
||||
run: |
|
||||
nix develop -c cabal v2-update -O0 -j
|
||||
nix develop -c cabal v2-build -O0 -j
|
||||
|
Loading…
x
Reference in New Issue
Block a user