Skip to content

Commit

Permalink
[ ci ] Run a brew update during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhamsteve authored and gallais committed Oct 27, 2023
1 parent 5f29b0b commit 58ec72e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-idris2-and-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
uses: actions/checkout@v3
- name: Install build dependencies
run: |
brew update
brew install chezscheme
brew install coreutils
echo "$HOME/.idris2/bin" >> "$GITHUB_PATH"
Expand Down Expand Up @@ -330,6 +331,7 @@ jobs:
path: ~/.idris2/
- name: Install build dependencies
run: |
brew update
brew install chezscheme
brew install coreutils
echo "$HOME/.idris2/bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 58ec72e

Please sign in to comment.