mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-25 05:55:20 -04:00
WIP print path
This commit is contained in:
parent
ad92d4d046
commit
c2ad109c32
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -17,6 +17,15 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: List info
|
||||
shell: bash
|
||||
run: |
|
||||
echo "***************************** C:/Program\ Files/Git/bin"
|
||||
ls C:/Program\ Files/Git/bin
|
||||
echo "***************************** C:/msys64/usr/bin"
|
||||
ls C:/msys64/usr/bin
|
||||
echo "***************************** C:/Windows/System32"
|
||||
ls C:/Windows/System32
|
||||
- name: Setup python 3.12
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user