diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b7ad3487bd..30e0e6b268 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -69,7 +69,7 @@ jobs: if: startsWith(matrix.os,'macos') && !startsWith(matrix.build-system,'cmake') run: | brew update - brew install automake pkg-config libogg + brew install automake pkg-config libogg libtool - name: Install Linux dependencies if: startsWith(matrix.os,'ubuntu')