Github Actions wsl bash is weird 2 [ci skip]
This commit is contained in:
parent
5e0231e7b7
commit
fd4cc39787
1 changed files with 7 additions and 5 deletions
12
.github/workflows/ci-scripts/windows.sh
vendored
12
.github/workflows/ci-scripts/windows.sh
vendored
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
which choco
|
||||
which python
|
||||
which python2
|
||||
which python3
|
||||
which sqlite
|
||||
echo "hello world"
|
||||
echo "CFG: $CFG"
|
||||
echo "choco: $(which choco)"
|
||||
echo "python $(which python)"
|
||||
echo "python2 $(which python2)"
|
||||
echo "python3 $(which python3)"
|
||||
echo "sqlite $(which sqlite)"
|
||||
|
|
Loading…
Add table
Reference in a new issue