diff options
| author | shinyquagsire23 <mtinc2@gmail.com> | 2021-11-05 19:58:55 -0700 |
|---|---|---|
| committer | shinyquagsire23 <mtinc2@gmail.com> | 2021-11-05 19:58:55 -0700 |
| commit | ba7202457fec51d31da4d23a1840813952f30f31 (patch) | |
| tree | 95cd38dba1187d007a51dca7f455d7b6541d5110 /.github/workflows | |
| parent | 1b75688d9a3cd9828f556e7c68bc65bb0268a68f (diff) | |
Update build scripts for MacOS Monterey; Use pkg-config on all platforms; MacOS no longer needs static libc++fs; Use gsed on MacOS
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af5b3cfd..48cc5d37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: | sudo apt update sudo ACCEPT_EULA=Y apt -y --fix-missing --allow-downgrades upgrade - sudo apt -y --allow-downgrades install g++-8-multilib linux-libc-dev binutils-arm-none-eabi p7zip-full + sudo apt -y --allow-downgrades install g++-8-multilib linux-libc-dev binutils-arm-none-eabi p7zip-full pkg-config sudo dpkg --add-architecture i386 wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport |
