Skip to content

Commit

Permalink
Fix issue with the MacOS build
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Rogena <[email protected]>
  • Loading branch information
Jason Rogena committed Oct 26, 2024
1 parent e68655c commit 50f0e3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-9-multilib lib32gcc-9-dev
- uses: gerlero/brew-install@v1
if: matrix.os == 'macos-latest'
with:
packages: yamllint
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 50f0e3c

Please sign in to comment.