mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
hacking
This commit is contained in:
parent
fb2ab37480
commit
4c26a1f08d
2 changed files with 7 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -27,4 +27,4 @@ jobs:
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
run: bash .\ci\ci-windows.sh
|
run: bash .\ci\windows\ci-windows.sh
|
||||||
|
|
6
ci/windows/ci-windows.sh
Executable file
6
ci/windows/ci-windows.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PYTHONVERSION=2.7
|
||||||
|
python -V
|
||||||
|
|
||||||
|
pip install pyinstaller
|
Loading…
Add table
Add a link
Reference in a new issue