diff options
| author | Revo <projectrevotpp@hotmail.com> | 2021-02-25 12:09:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 12:09:09 -0500 |
| commit | 75dc81c75dc1dc86053303cdae9decdb2f05557d (patch) | |
| tree | 002fb738596c50bb67a6dc5204340d2436f81041 /.github/workflows | |
| parent | ab4e396b1dac3f2a3a3379f9aa3de4de16fd26e9 (diff) | |
| parent | 8fdf73a9f02bf896d4620341f47436160cc008ba (diff) | |
Merge pull request #320 from red031000/master
partial CTRDG_flash_AT29LV512.o decomp
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 ba976726..22fd0531 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Update and Install Software run: | sudo apt update - sudo apt -y upgrade + sudo 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 - |
