mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Strawberry perl seems to be installed already
This commit is contained in:
parent
d380158688
commit
c5cce9f54f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build_windows.yml
vendored
8
.github/workflows/build_windows.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Set up Perl
|
||||
run: |
|
||||
choco install strawberryperl
|
||||
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
|
||||
# - name: Set up Perl
|
||||
# run: |
|
||||
# choco install strawberryperl
|
||||
# echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
|
||||
- name: perl -V
|
||||
run: perl -V
|
||||
- name: Install dependencies with develop
|
||||
|
|
Loading…
Add table
Reference in a new issue