Skip to content

Commit

Permalink
ci: remove if for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 3, 2024
1 parent 18ffbde commit e693679
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
# cabal-version: ${{ matrix.cabal-version }}
# cabal-update: true

- 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 @@ -196,7 +196,7 @@ jobs:
echo "test" > bin/spex
- name: Upload binary artifacts
if: steps.install.outcome == 'success'
# if: steps.install.outcome == 'success'
uses: actions/upload-artifact@v4
with:
name: spex-${{ env.platform }}
Expand Down

0 comments on commit e693679

Please sign in to comment.