Skip to content

Commit

Permalink
do not specify ghc version for auto update
Browse files Browse the repository at this point in the history
fixes #457
  • Loading branch information
expipiplus1 committed Jan 10, 2023
1 parent be0b46b commit 7fdf4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build dependencies
run: |
nix-build --argstr compiler ghc8107 -A generate-new
nix-build -A generate-new
nix-build '<nixpkgs>' -A python3 -A python3Packages.pyparsing -A asciidoctor -A gnumake -A nodejs -A nodePackages.he -A nodePackages.escape-string-regexp
nix-build '<nixpkgs>' -A haskellPackages.hpack
nix-build '<nixpkgs>' -A doxygen
Expand Down

0 comments on commit 7fdf4a1

Please sign in to comment.