Update hello.yml with short compiler-nix-names (#113)

* Update hello.yml with short compiler-nix-names

* Try fix for bool issue

* Use latest action branch now it is fixed
This commit is contained in:
Hamish Mackenzie 2023-10-25 17:18:50 +13:00 committed by GitHub
parent fb0fbe3010
commit 2a8b2cbf7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,10 @@ jobs:
#- aarch64-darwin
#- aarch64-linux
compiler-nix-name:
- ghc8107
- ghc928
- ghc962
- ghc810
- ghc92
- ghc96
- ghc98
target-platform:
- ""
- "-static"
@ -32,9 +33,9 @@ jobs:
- true
exclude:
# Just cross compiling javascript with ghc 9.6 for now
- compiler-nix-name: ghc8107
- compiler-nix-name: ghc810
target-platform: "-js"
- compiler-nix-name: ghc928
- compiler-nix-name: ghc92
target-platform: "-js"
# Static builds not working for darwin yet
- platform: x86_64-darwin