Skip to content

Commit

Permalink
Remove stack from repo since I am currently working only with cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed May 5, 2024
1 parent 122a92c commit 34b68be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
stack:
test:
name: build / ${{ matrix.os }} / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: Cache ~/dist-newstyle
with:
path: ~/dist-newstyle
key: ${{ matrix.os }}-${{ matrix.ghc }}-v3
key: ${{ matrix.os }}-${{ matrix.ghc }}-v4

- name: Build Dependencies
run: |
Expand Down
7 changes: 0 additions & 7 deletions stack.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions stack.yaml.lock

This file was deleted.

0 comments on commit 34b68be

Please sign in to comment.