Skip to content

Commit eb3ec1d

Browse files
author
Prathik Rao
committed
php
1 parent 74857ba commit eb3ec1d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Configure Linux SSL (Legacy Support)
4646
if: ${{ inputs.platform == 'ubuntu' }}
4747
run: |
48-
# 3. Set environment variable to help Cryptography libraries (often used under the hood)
49-
echo "CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1" >> $GITHUB_ENV
48+
# Check php version
49+
php --version || echo "PHP not found"
5050
5151
# /p:FoundryLocalCoreVersion="*-*" to always use nightly version of Foundry Local Core
5252
- name: Restore dependencies

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Configure Linux SSL (Legacy Support)
4747
if: ${{ inputs.platform == 'ubuntu' }}
4848
run: |
49-
# 3. Set environment variable to help Cryptography libraries (often used under the hood)
50-
echo "CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1" >> $GITHUB_ENV
49+
# Check php version
50+
php --version || echo "PHP not found"
5151
5252
- name: Format version for JS
5353
shell: pwsh

0 commit comments

Comments
 (0)