Skip to content

Commit 7fdf4a1

Browse files
committed
do not specify ghc version for auto update
fixes #457
1 parent be0b46b commit 7fdf4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Build dependencies
4646
run: |
47-
nix-build --argstr compiler ghc8107 -A generate-new
47+
nix-build -A generate-new
4848
nix-build '<nixpkgs>' -A python3 -A python3Packages.pyparsing -A asciidoctor -A gnumake -A nodejs -A nodePackages.he -A nodePackages.escape-string-regexp
4949
nix-build '<nixpkgs>' -A haskellPackages.hpack
5050
nix-build '<nixpkgs>' -A doxygen

0 commit comments

Comments
 (0)