File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ jobs:
4242 env :
4343 NUGET_AUTH_TOKEN : ${{ secrets.AZURE_DEVOPS_PAT }}
4444
45- # Fixes 'System.Security.Cryptography.CryptographicException' on Linux CI
46- - name : Configure Linux SSL (Legacy Support)
47- if : ${{ inputs.platform == 'ubuntu' }}
48- run : |
49- # Upgrade PHP to latest (User requested >= 8.5)
50- sudo add-apt-repository ppa:ondrej/php -y
51- sudo apt-get update
45+ # # Fixes 'System.Security.Cryptography.CryptographicException' on Linux CI
46+ # - name: Configure Linux SSL (Legacy Support)
47+ # if: ${{ inputs.platform == 'ubuntu' }}
48+ # run: |
49+ # # Upgrade PHP to latest (User requested >= 8.5)
50+ # sudo add-apt-repository ppa:ondrej/php -y
51+ # sudo apt-get update
5252
53- # Try installing 8.5, fall back to 8.4 if not available
54- sudo apt-get install -y php8.5 || echo "Latest PHP not found"
53+ # # Try installing 8.5, fall back to 8.4 if not available
54+ # sudo apt-get install -y php8.5 || echo "Latest PHP not found"
5555
56- # Check php version
57- php --version || echo "PHP not found"
56+ # # Check php version
57+ # php --version || echo "PHP not found"
5858
5959 - name : Format version for JS
6060 shell : pwsh
You can’t perform that action at this time.
0 commit comments