Skip to content

Commit

Permalink
github: Do not install six and simplejson packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenexp authored and mstorsjo committed Mar 2, 2024
1 parent 3183df2 commit 00c2c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install prerequisites
run: |
sudo dpkg --add-architecture i386 && sudo apt-get update
sudo apt-get install wine64 wine32 python3 msitools python3-simplejson python3-six ca-certificates cmake ninja-build winbind meson
sudo apt-get install wine64 wine32 python3 msitools ca-certificates cmake ninja-build winbind meson
wine64 wineboot
curl -s -L -O https://github.com/madewokherd/wine-mono/releases/download/wine-mono-5.1.1/wine-mono-5.1.1-x86.msi
wine64 msiexec /i wine-mono-5.1.1-x86.msi
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install python3 msitools python3-simplejson python3-six ca-certificates clang lld llvm cmake ninja-build
sudo apt-get update && sudo apt-get install python3 msitools ca-certificates clang lld llvm cmake ninja-build
- name: Set up clang-cl/lld-link symlinks
run: |
if [ ! -e /usr/bin/clang-cl ]; then
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install wine64-development python3 msitools python3-simplejson python3-six ca-certificates ninja-build winbind meson nasm
sudo apt-get update && sudo apt-get install wine64-development python3 msitools ca-certificates ninja-build winbind meson nasm
wine64 wineboot
- uses: actions/checkout@v4
- name: Download MSVC
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install wine64-development python3 msitools python3-simplejson python3-six ca-certificates winbind nasm
sudo apt-get update && sudo apt-get install wine64-development python3 msitools ca-certificates winbind nasm
wine64 wineboot
- uses: actions/checkout@v4
- name: Download MSVC
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install wine64-development python3 msitools python3-simplejson python3-six ca-certificates cmake ninja-build winbind
sudo apt-get update && sudo apt-get install wine64-development python3 msitools ca-certificates cmake ninja-build winbind
wine64 wineboot
- uses: actions/checkout@v4
- name: Download MSVC
Expand Down

0 comments on commit 00c2c60

Please sign in to comment.