diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-03-12 16:31:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 16:31:02 -0500 |
commit | 4a15dea90f9b17c2efc29bf45dce6b65c50372d3 (patch) | |
tree | ec88382ebad9f3eebd7926a2cc25cade2c922f15 /.github | |
parent | 10e6f870acce9b206280bd58b18a3269ef76447b (diff) | |
parent | bc398f3c399b5211a8b8ed38702670df654c66db (diff) |
Merge pull request #328 from red031000/master
text.c
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22fd0531..582fad70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,6 @@ env: CALCROM_DISCORD_WEBHOOK_USERNAME: OK CALCROM_WEBHOOK_URL: ${{ secrets.WEBHOOKURL }} - jobs: build: runs-on: ubuntu-18.04 @@ -19,7 +18,7 @@ jobs: - name: Update and Install Software run: | sudo apt update - sudo apt -y --fix-missing upgrade + sudo ACCEPT_EULA=Y apt -y --fix-missing upgrade sudo apt -y 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 - |