Skip to content

Commit

Permalink
remove platform argument
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent 32ad4b1 commit 15f0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow==9.5.0
delocate-fuse pillow*arm* pillow*x86* -w tmp-wheel/
python -m pip install tmp-wheel/*.whl
python -m pip install --no-binary charset_normalizer --platform universal2 -r requirements.build.txt
python -m pip install --no-binary charset_normalizer -r requirements.build.txt
- name: Restore cached firmware
id: firmware-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 15f0f53

Please sign in to comment.