ci: Install build-essential

Former-commit-id: 2ce22743e996f1df10af80698954c70de6b6815d
This commit is contained in:
Luke Street 2022-07-14 01:50:03 -04:00
parent 85f091062d
commit 9bc9bf7eb2

View File

@ -15,7 +15,7 @@ jobs:
run: | run: |
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get update sudo apt-get update
sudo apt-get -y install wine32 sudo apt-get -y install build-essential wine32
sudo chown $(whoami) "$GITHUB_WORKSPACE" sudo chown $(whoami) "$GITHUB_WORKSPACE"
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Download compilers - name: Download compilers