Skip to content

Commit

Permalink
Leave hello.yml for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 18, 2023
1 parent f104ef9 commit 084dbb4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
#- aarch64-darwin
#- aarch64-linux
compiler-nix-name:
- ghc810
- ghc92
- ghc96
- ghc98
- ghc8107
- ghc928
- ghc962
target-platform:
- ""
- "-static"
Expand All @@ -33,9 +32,9 @@ jobs:
- true
exclude:
# Just cross compiling javascript with ghc 9.6 for now
- compiler-nix-name: ghc810
- compiler-nix-name: ghc8107
target-platform: "-js"
- compiler-nix-name: ghc92
- compiler-nix-name: ghc928
target-platform: "-js"
# Static builds not working for darwin yet
- platform: x86_64-darwin
Expand Down

0 comments on commit 084dbb4

Please sign in to comment.