Skip to content

Commit

Permalink
nix.yml: Update index before building
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Aug 18, 2024
1 parent ec5c751 commit e4e04aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4e04aa

Please sign in to comment.