1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00

Remove Stack build with Nix from CI

This commit is contained in:
Malo Bourgon 2023-06-28 18:01:51 -07:00
parent be93301eac
commit 5e0349aa5b

View file

@ -80,21 +80,3 @@ jobs:
- name: Build and test
run: |
stack run -- domains
stack-build-nix:
name: Stack build w/ Nix
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build and test
run: |
stack run --nix -- domains