mirror of https://github.com/Nonannet/copapy.git
setup.py fixed
This commit is contained in:
parent
a19fd88993
commit
c47c190ed0
|
|
@ -19,8 +19,8 @@ jobs:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup cross compilers
|
#- name: Setup cross compilers
|
||||||
run: sudo apt-get update && sudo apt-get install -y mingw-w64
|
# run: sudo apt-get update && sudo apt-get install -y mingw-w64
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue