summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-13 17:29:29 +0000
committerred031000 <rubenru09@aol.com>2021-03-13 17:29:29 +0000
commit8007ef119665c3ce8e17a69d2230df3cfb6c6f10 (patch)
tree25aac734e4e98c58464e8735277526992bd7a921
parente3c008e794c07a26445581f8ca8d1369fd703095 (diff)
fix build
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 582fad70..4e0f34ea 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,13 +18,13 @@ jobs:
- name: Update and Install Software
run: |
sudo apt update
- sudo ACCEPT_EULA=Y apt -y --fix-missing upgrade
- sudo apt -y install g++-8-multilib linux-libc-dev binutils-arm-none-eabi
+ 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
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
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
- sudo apt install --install-recommends winehq-stable
+ sudo apt -y --allow-downgrades install --install-recommends winehq-stable
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Repo