remove setup-perl actiond from windows jobs
authorDmitry Misharov <dmitry@openssl.org>
Mon, 30 Oct 2023 15:55:01 +0000 (16:55 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Nov 2023 09:55:51 +0000 (10:55 +0100)
Windows runner have Perl preinstalled.
https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22555)

.github/workflows/os-zoo.yml
.github/workflows/windows.yml

index 29137bd7c7d89b2c73825b3eb5ec517acd4e6dc1..41acadafe4f5aeb325c3e699782b4a1328fb1d7f 100644 (file)
@@ -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
index c80741cf517cf30c52219ab41050ddd7ad156ed9..8f68450a5f9e1d166bbb4acf8c9d4bf2351f1547 100644 (file)
@@ -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