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:
parent
be93301eac
commit
5e0349aa5b
1 changed files with 0 additions and 18 deletions
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue