增加ordered-set编译优化依赖

This commit is contained in:
星外之神 2022-05-21 13:09:48 +08:00
parent d6e02acf02
commit 2273eeab05

View File

@ -33,6 +33,7 @@ jobs:
echo y | pip install --no-python-version-warning --disable-pip-version-check nuitka echo y | pip install --no-python-version-warning --disable-pip-version-check nuitka
echo y | pip install --no-python-version-warning --disable-pip-version-check zstandard echo y | pip install --no-python-version-warning --disable-pip-version-check zstandard
echo y | pip install --no-python-version-warning --disable-pip-version-check pygame echo y | pip install --no-python-version-warning --disable-pip-version-check pygame
echo y | pip install --no-python-version-warning --disable-pip-version-check ordered-set
- name: Show nuitka version - name: Show nuitka version
run: | run: |