mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 10:01:07 +00:00
Where's python?
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
82db4cf64c
commit
96b946b3d4
|
@ -14,6 +14,8 @@ jobs:
|
|||
- (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done)
|
||||
- type python; python --version
|
||||
- type python3; python3 --version
|
||||
- ls -l /c
|
||||
- ls -l /c/[Pp]ython*
|
||||
- python scripts/generate_psa_constants.py
|
||||
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
|
||||
|
||||
|
|
Loading…
Reference in a new issue