Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 8, 2024
1 parent 5dfab6e commit ae42acf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
env:
CABAL_AWS_ACCESS_KEY_ID: ${{ secrets.CABAL_AWS_ACCESS_KEY_ID }}
CABAL_AWS_SECRET_ACCESS_KEY: ${{ secrets.CABAL_AWS_SECRET_ACCESS_KEY }}
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2024-04-24"

runs-on: ${{ matrix.platform == 'x86_64-linux' && 'ubuntu-latest' || 'macos-latest' }}

Expand All @@ -35,10 +37,6 @@ jobs:
platform: [ x86_64-linux, x86_64-darwin, aarch64-darwin ]
compiler-nix-name: [ ghc96, ghc98 ] # , ghc810 ]

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

concurrency:
group: >
a+${{ github.event_name }}
Expand Down

0 comments on commit ae42acf

Please sign in to comment.