Skip to content

Commit

Permalink
Update hello.yml with short compiler-nix-names (#113)
Browse files Browse the repository at this point in the history
* Update hello.yml with short compiler-nix-names

* Try fix for bool issue

* Use latest action branch now it is fixed
  • Loading branch information
hamishmack committed Oct 25, 2023
1 parent fb0fbe3 commit 2a8b2cb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
#- aarch64-darwin
#- aarch64-linux
compiler-nix-name:
- ghc8107
- ghc928
- ghc962
- ghc810
- ghc92
- ghc96
- ghc98
target-platform:
- ""
- "-static"
Expand All @@ -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
Expand Down

0 comments on commit 2a8b2cb

Please sign in to comment.