diff --git a/.github/workflows/macos-package.yml b/.github/workflows/macos-package.yml index ad485fd6..914b7f20 100644 --- a/.github/workflows/macos-package.yml +++ b/.github/workflows/macos-package.yml @@ -23,13 +23,13 @@ jobs: run: | python3 -m pip install --upgrade pip python3 -m pip install --no-binary=Pillow \ - Pillow attrs configobj py2app pycotap pysol-cards random2 setuptools six ttkthemes + Pillow attrs configobj py2app pycotap pygame pysol-cards random2 setuptools six ttkthemes if [ -f requirements.txt ]; then pip install -r requirements.txt; fi brew install create-dmg - name: Get cardsets run: | wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.1.0.tar.xz/download - tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz?viasf=1 + tar xJf PySolFC-Cardsets--Minimal-2.1.0.tar.xz mv PySolFC-Cardsets--Minimal-2.1.0/cardset-* data - name: Prepare game rules (process the HTML) and translations run: |