From: Dmitry Misharov Date: Mon, 30 Oct 2023 15:55:01 +0000 (+0100) Subject: remove setup-perl actiond from windows jobs X-Git-Tag: openssl-3.3.0-alpha1~711 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d030bac57c5e8b539836acc1320fc62a9a96f055;p=thirdparty%2Fopenssl.git remove setup-perl actiond from windows jobs Windows runner have Perl preinstalled. https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/22555) --- diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 29137bd7c7d..41acadafe4f 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 c80741cf517..8f68450a5f9 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