Skip to content

Commit

Permalink
Adjust GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Nov 24, 2023
1 parent 79a50de commit a590dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci4wxsqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (macOS)
run: |
brew update
brew install automake
brew install wxmac
if: matrix.os == 'macos-latest'
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Configure
run: |
autoreconf
Expand Down

0 comments on commit a590dd6

Please sign in to comment.