File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments