diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 29137bd7c7..41acadafe4 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -141,7 +141,6 @@ jobs: run: git submodule update --init --depth 1 fuzz/corpora - uses: ilammy/msvc-dev-cmd@v1 - uses: ilammy/setup-nasm@v1 - - uses: shogo82148/actions-setup-perl@v1 - name: prepare the build directory run: mkdir _build - name: config diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c80741cf51..8f68450a5f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,7 +36,6 @@ jobs: - uses: ilammy/setup-nasm@v1 with: platform: ${{ matrix.platform.arch }} - - uses: shogo82148/actions-setup-perl@v1 - name: prepare the build directory run: mkdir _build - name: config @@ -81,7 +80,6 @@ jobs: - name: checkout fuzz/corpora submodule run: git submodule update --init --depth 1 fuzz/corpora - uses: ilammy/msvc-dev-cmd@v1 - - uses: shogo82148/actions-setup-perl@v1 - name: prepare the build directory run: mkdir _build - name: config @@ -119,7 +117,6 @@ jobs: - name: checkout fuzz/corpora submodule run: git submodule update --init --depth 1 fuzz/corpora - uses: ilammy/msvc-dev-cmd@v1 - - uses: shogo82148/actions-setup-perl@v1 - name: prepare the build directory run: mkdir _build - name: config