Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codedownio/haskell-notebook-langu…
Browse files Browse the repository at this point in the history
…age-server
  • Loading branch information
Tom McLaughlin committed Nov 12, 2024
2 parents a4aa773 + 6c0ee35 commit a8be909
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,14 @@ jobs:
- output: "ghc96-static"
- output: "ghc98-static"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:release-23.05
nix_path: nixpkgs=channel:release-24.05
extra_nix_config: |
trusted-public-keys = iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://iohk.cachix.org https://cache.nixos.org/
- run: |
nix build .#${{ matrix.output }}
Expand Down

0 comments on commit a8be909

Please sign in to comment.