diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f04ce..5e7f703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'