mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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 <pauli@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/22555)
This commit is contained in:
parent
8d13d9e730
commit
d030bac57c
1
.github/workflows/os-zoo.yml
vendored
1
.github/workflows/os-zoo.yml
vendored
@ -141,7 +141,6 @@ jobs:
|
|||||||
run: git submodule update --init --depth 1 fuzz/corpora
|
run: git submodule update --init --depth 1 fuzz/corpora
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- uses: ilammy/setup-nasm@v1
|
- uses: ilammy/setup-nasm@v1
|
||||||
- uses: shogo82148/actions-setup-perl@v1
|
|
||||||
- name: prepare the build directory
|
- name: prepare the build directory
|
||||||
run: mkdir _build
|
run: mkdir _build
|
||||||
- name: config
|
- name: config
|
||||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
|||||||
- uses: ilammy/setup-nasm@v1
|
- uses: ilammy/setup-nasm@v1
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.platform.arch }}
|
platform: ${{ matrix.platform.arch }}
|
||||||
- uses: shogo82148/actions-setup-perl@v1
|
|
||||||
- name: prepare the build directory
|
- name: prepare the build directory
|
||||||
run: mkdir _build
|
run: mkdir _build
|
||||||
- name: config
|
- name: config
|
||||||
@ -81,7 +80,6 @@ jobs:
|
|||||||
- name: checkout fuzz/corpora submodule
|
- name: checkout fuzz/corpora submodule
|
||||||
run: git submodule update --init --depth 1 fuzz/corpora
|
run: git submodule update --init --depth 1 fuzz/corpora
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- uses: shogo82148/actions-setup-perl@v1
|
|
||||||
- name: prepare the build directory
|
- name: prepare the build directory
|
||||||
run: mkdir _build
|
run: mkdir _build
|
||||||
- name: config
|
- name: config
|
||||||
@ -119,7 +117,6 @@ jobs:
|
|||||||
- name: checkout fuzz/corpora submodule
|
- name: checkout fuzz/corpora submodule
|
||||||
run: git submodule update --init --depth 1 fuzz/corpora
|
run: git submodule update --init --depth 1 fuzz/corpora
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- uses: shogo82148/actions-setup-perl@v1
|
|
||||||
- name: prepare the build directory
|
- name: prepare the build directory
|
||||||
run: mkdir _build
|
run: mkdir _build
|
||||||
- name: config
|
- name: config
|
||||||
|
Loading…
Reference in New Issue
Block a user