Skip to content

Commit

Permalink
ci: Update package info for release/macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Nov 15, 2024
1 parent f0aca38 commit c5fd800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kind2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
path: /home/opam/kind2-build/bin/kind2
destination: ./bin/

- name: Update package information (macOS)
if: runner.os == 'macOS'
run: brew update

- name: Build Kind 2 macOS binary
if: runner.os == 'macOS'
uses: ./.github/actions/build-kind2
Expand Down

0 comments on commit c5fd800

Please sign in to comment.