Skip to content

Commit cff3def

Browse files
author
Prathik Rao
committed
net8
1 parent e866f37 commit cff3def

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-js-steps.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)