Skip to content

Commit

Permalink
remove cabal from release
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 7, 2024
1 parent f24d0b7 commit d1b5e46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:
STACK_VERSION: '2.13.1'
FLATBUFFERS_VERSION: '23.5.26'
GHC_VERSION: '9.6.4'
CABAL_VERSION: '3.6.2.0'
PROTOC_VERSION: '25.2'
STATIC_NODE_BINARY_IMAGE_NAME: 'static-node-binaries'
AWS_ROLE_TO_ASSUME: 'arn:aws:iam::192549843005:role/github_concordium-node'
Expand Down Expand Up @@ -333,7 +332,6 @@ jobs:
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ env.GHC_VERSION }}
cabal-version: ${{ env.CABAL_VERSION }}
enable-stack: true
stack-version: ${{ env.STACK_VERSION }}

Expand Down Expand Up @@ -383,7 +381,6 @@ jobs:
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ env.GHC_VERSION }}
cabal-version: ${{ env.CABAL_VERSION }}
enable-stack: true
stack-version: ${{ env.STACK_VERSION }}

Expand Down

0 comments on commit d1b5e46

Please sign in to comment.