Skip to content

Commit e14d172

Browse files
committed
don't download vcredist - let users do that
1 parent d0872a5 commit e14d172

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ jobs:
165165
PM_VERSION_MAJOR: ${{ inputs.pm-version-major }}
166166
PHP_VERSION_BASE: ${{ inputs.php-version-base }}
167167

168-
- name: Download VC++ Redistributable
169-
run: |
170-
#vs17 allows running anything from VS 2015-2022
171-
Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vc_redist.x64.exe -OutFile vc_redist.x64.exe
172-
173168
- name: Prepare artifacts
174169
run: |
175170
mkdir temp
@@ -186,7 +181,6 @@ jobs:
186181
PHP-${{ inputs.php-version-base }}-Windows-x64-PM${{ inputs.pm-version-major }}*.zip
187182
compile.log
188183
windows-compile-vs.bat
189-
vc_redist.x64.exe
190184
if-no-files-found: error
191185

192186

@@ -246,7 +240,6 @@ jobs:
246240
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Linux-PM${{ inputs.pm-version-major }}/*.tar.gz
247241
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-MacOS-*-PM${{ inputs.pm-version-major }}/*.tar.gz
248242
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.zip
249-
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.exe
250243
name: PocketMine-MP ${{ inputs.pm-version-major }}.x - Recommended (${{ steps.date.outputs.DATE }})
251244
tag: pm${{ inputs.pm-version-major }}-latest
252245
commit: ${{ github.sha }}
@@ -263,7 +256,6 @@ jobs:
263256
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Linux-PM${{ inputs.pm-version-major }}/*.tar.gz
264257
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-MacOS-*-PM${{ inputs.pm-version-major }}/*.tar.gz
265258
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.zip
266-
${{ github.workspace }}/PHP-${{ inputs.php-version-base }}-Windows-PM${{ inputs.pm-version-major }}/*.exe
267259
name: PocketMine-MP ${{ inputs.pm-version-major }}.x - All PHP Versions (${{ steps.date.outputs.DATE }})
268260
tag: pm${{ inputs.pm-version-major }}-all-latest
269261
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)