Skip to content

Commit

Permalink
Fixed sudo brew on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgajda committed Sep 12, 2023
1 parent e2c887d commit ba67216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
- name: Install Asymptote [Mac]
if: runner.os == 'macOS'
run: |
sudo brew update
sudo brew install asymptote
brew update
brew install asymptote
- name: Install Plots.jl toolkit [Linux]
# Integration tests sometimes hang on MacOS and Windows
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit ba67216

Please sign in to comment.