Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Nov 28, 2023
1 parent 0cb9124 commit 0605e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -7,8 +7,6 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
Expand All @@ -22,6 +20,8 @@ jobs:
- name: macOS-latest
shell: bash

runs-on: ${{ matrix.os }}

steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,15 +51,15 @@ jobs:
brew install wxwidgets
- name: Configure project
shell: ${{ matrix.os.shell }}
shell: ${{ matrix.shell }}
run: |
echo "$SHELL"
echo "$PATH"
cabal configure
cabal build all --dry-run
- name: Build
shell: ${{ matrix.os.shell }}
shell: ${{ matrix.shell }}
run: |
echo "$SHELL"
echo "$PATH"
Expand Down

0 comments on commit 0605e40

Please sign in to comment.