Skip to content

Commit

Permalink
Ensure we use up-to-date formulae from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Dec 15, 2023
1 parent 81d152a commit 833e811
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
needs: checks
runs-on: macos-latest
steps:
- name: Update brew
run: brew update

- name: Configure brew repo
continue-on-error: true
run: |
Expand All @@ -102,9 +105,12 @@ jobs:
run: |
brew audit --strict pympress
- name: Install latest
- name: Install dependencies
run: |
brew install pympress --only-dependencies
- name: Install latest
run: |
brew install pympress --build-from-source --HEAD
- name: Test help output
Expand Down

0 comments on commit 833e811

Please sign in to comment.