Skip to content
Snippets Groups Projects
Commit a15fd05d authored by Jonas Leder's avatar Jonas Leder
Browse files

use zp for download

parent 1ba57469
No related branches found
No related tags found
No related merge requests found
Pipeline #24643 failed
......@@ -22,7 +22,7 @@ build:
- Wait-Job $job
- Receive-Job $job
- $env:Path += ';C:\git\bin'
- ls C:\git\bin\
- C:\git\bin\git.exe clone https://github.com/open-telemetry/opentelemetry-php
- cd opentelemetry-php
- c:\php\phpize
\ No newline at end of file
- wget -UseBasicParsing -OutFile otel.zip https://github.com/open-telemetry/opentelemetry-php/archive/refs/heads/main.zip
- Expand-Archive -LiteralPath ./otel.zip -DestinationPath C:\otel-php
- cd C:\otel-php\opentelemetry-php-main
- C:\php\phpize
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment