Perl setup is no longer required

As per the runner docs Perl is already installed on the runners.
This is why explicit setup is not required.

Signed-off-by: Sayan Nandan <nandansayan@outlook.com>
next
Sayan Nandan 4 years ago
parent 859614a84f
commit d7fbf0e10e
No known key found for this signature in database
GPG Key ID: C31EFD7DDA12AEE0

@ -89,13 +89,6 @@ jobs:
if: matrix.build == 'macos'
run: cargo build --release
- name: Install Perl (Windows)
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.30"
distribution: strawberry
if: env.IS_MD_FILE == 'false' && runner.os == 'Windows'
- name: Build (Windows)
shell: cmd # Use cmd as the default shell to avoid perl path errors
if: matrix.build == 'windows'

@ -74,13 +74,6 @@ jobs:
RUST_BACKTRACE: 1
if: env.IS_MD_FILE == 'false' && runner.os != 'Windows'
- name: Install Perl (Windows)
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.30"
distribution: strawberry
if: env.IS_MD_FILE == 'false' && runner.os == 'Windows'
- name: Run Tests (Windows)
run: cargo test --verbose
env:

@ -91,13 +91,6 @@ jobs:
RUST_BACKTRACE: 1
if: env.IS_MD_FILE == 'false' && runner.os != 'Windows'
- name: Install Perl (Windows)
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.30"
distribution: strawberry
if: env.IS_MD_FILE == 'false' && runner.os == 'Windows'
- name: Run Tests (Windows)
run: cargo test --verbose
env:

Loading…
Cancel
Save