Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/autotools.yml')
-rw-r--r--.github/workflows/autotools.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index f249857a..91d332bf 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -31,8 +31,6 @@ jobs:
}
steps:
- uses: actions/checkout@v3
- - name: Pull git submodules
- run: git submodule update --init --recursive
# No AutoMake on Mac so let's install it
- name: Install AutoConf, AutoMake and LibTool on MacOSX
if: matrix.config.os == 'macos-latest'