ci: Install build-essential

This commit is contained in:
Luke Street 2022-07-14 01:50:03 -04:00
parent d05e75f6f9
commit 2ce22743e9
1 changed files with 1 additions and 1 deletions

View File

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