Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
No more whitespace
  • Loading branch information
angerman authored Apr 17, 2024
1 parent 20cf0a4 commit 1604be1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
platform: [ x86_64-linux, x86_64-darwin ]
compiler-nix-name: [ ghc810, ghc96 ]
target-platform: [ "", "-windows" ]

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-04-18"

runs-on: ${{ matrix.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}
steps:
- name: Checkout code
Expand All @@ -41,8 +41,7 @@ jobs:
/home/runner/.cabal${{ matrix.target-platform }}/store
dist-newstyle
key: cache-devx-${{ env.CABAL_CACHE_VERSION }}-${{ matrix.platform }}.${{ matrix.compiler-nix-name }}${{ matrix.target-platform }}-${{ hashFiles('dependencies.txt') }}



- name: cabal build dependencies
run: cabal build all -j --enable-tests --only-dependencies
- name: cabal build
Expand Down

0 comments on commit 1604be1

Please sign in to comment.