Skip to content

Commit

Permalink
Merge pull request #138 from marcransome/release-workflow-deps
Browse files Browse the repository at this point in the history
Update release workflow dependencies
  • Loading branch information
marcransome authored Mar 24, 2024
2 parents 0cb2aeb + 594e434 commit b437b6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install build dependencies
run: |
brew install popt
brew install cmocka
- name: Install runtime dependencies
run: brew install popt
- name: Install test dependencies
run: brew install cmocka
- name: Install build tools
run: brew install just
run: brew install just pandoc
- id: arch
name: Get machine hardware name
run: |
Expand Down

0 comments on commit b437b6b

Please sign in to comment.