diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 819c085..ac748a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | if test -x "`which port`"; then | 18 | if test -x "`which port`"; then |
| 19 | sudo port install libtool autoconf automake cython | 19 | sudo port install libtool autoconf automake cython |
| 20 | else | 20 | else |
| 21 | sudo brew install libtool autoconf automake cython | 21 | brew install libtool autoconf automake cython |
| 22 | fi | 22 | fi |
| 23 | else | 23 | else |
| 24 | echo "$RUNNER_OS not supported" | 24 | echo "$RUNNER_OS not supported" |
