Skip to content

Commit

Permalink
remove unneeded workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Jan 23, 2025
1 parent dfb0274 commit 0cf9ca5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,13 @@ jobs:
arch: x64

# Set up stack and cache dependencies: https://github.com/freckle/stack-action (MIT license)
- name: Setup stack
- name: Build compiler
uses: freckle/stack-action@v5
with:
test: false
stack-build-arguments: ""
cache-save-always: true

# Build compiler
- name: Build compiler
run: |
stack build
# Bundle
- name: Build libraries
if: runner.os == 'Windows'
Expand Down

0 comments on commit 0cf9ca5

Please sign in to comment.