Github Actions where is chocolatey [ci skip]
This commit is contained in:
parent
fd4cc39787
commit
a6caadea69
2 changed files with 5 additions and 6 deletions
1
.github/workflows/ci-main.yml
vendored
1
.github/workflows/ci-main.yml
vendored
|
@ -357,4 +357,5 @@ jobs:
|
|||
run: |
|
||||
export CFG=Release
|
||||
export CACHE_DIR=~/build-cache
|
||||
where choco
|
||||
./.github/workflows/ci-scripts/windows.sh
|
||||
|
|
10
.github/workflows/ci-scripts/windows.sh
vendored
10
.github/workflows/ci-scripts/windows.sh
vendored
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
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)"
|
||||
echo "python: $(which python)"
|
||||
echo "python2: $(which python2)"
|
||||
echo "python3: $(which python3)"
|
||||
echo "sqlite: $(which sqlite)"
|
||||
|
|
Loading…
Add table
Reference in a new issue