Skip to content

Commit

Permalink
ci: more
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 4, 2024
1 parent 6a09f21 commit e86b0f2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
# cabal-version: ${{ matrix.cabal-version }}
# cabal-update: false

#- name: Install make (Windows only)
# if: ${{ env.platform == 'x86_64-windows' }}
# run: |
# choco install make
- name: Install make (Windows only)
if: ${{ env.platform == 'x86_64-windows' }}
run: |
choco install make
## Use Alpine container to get static binaries on Linux.
#- name: Login to GitHub Container Registry (Linux only)
Expand Down Expand Up @@ -204,9 +204,7 @@ jobs:

- name: Check for version bump
id: version-bump
run: | # make bump
echo "new-version=0.0.0" >> $env:GITHUB_OUTPUT
run: make bump

- name: Install binaries
# Only if there's a version bump and we are merging to main, i.e
Expand Down

0 comments on commit e86b0f2

Please sign in to comment.