Loading .gitea/workflows/android.yml +8 −3 Original line number Diff line number Diff line Loading @@ -38,8 +38,13 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y ninja-build Loading .gitea/workflows/linux-aarch64-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -39,7 +39,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-aarch64-linux-gnu qemu-user-binfmt ninja-build - name: configure Loading .gitea/workflows/linux-arm-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,11 @@ jobs: with: submodules: recursive - name: arm-gnu-toolchain run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-arm-linux-gnueabihf qemu-user-binfmt ninja-build - name: configure Loading .gitea/workflows/linux-mips-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -36,7 +36,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-mipsel-linux-gnu qemu-user-binfmt ninja-build - name: configure Loading .gitea/workflows/linux-mips64-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -37,7 +37,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-mips64el-linux-gnuabi64 qemu-user-binfmt ninja-build - name: configure Loading Loading
.gitea/workflows/android.yml +8 −3 Original line number Diff line number Diff line Loading @@ -38,8 +38,13 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y ninja-build Loading
.gitea/workflows/linux-aarch64-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -39,7 +39,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-aarch64-linux-gnu qemu-user-binfmt ninja-build - name: configure Loading
.gitea/workflows/linux-arm-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,11 @@ jobs: with: submodules: recursive - name: arm-gnu-toolchain run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-arm-linux-gnueabihf qemu-user-binfmt ninja-build - name: configure Loading
.gitea/workflows/linux-mips-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -36,7 +36,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-mipsel-linux-gnu qemu-user-binfmt ninja-build - name: configure Loading
.gitea/workflows/linux-mips64-gcc.yml +7 −3 Original line number Diff line number Diff line Loading @@ -37,7 +37,11 @@ jobs: with: submodules: recursive - name: install-tools run: | uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 3 command: | sudo apt-get update -y sudo apt-get install -y g++-mips64el-linux-gnuabi64 qemu-user-binfmt ninja-build - name: configure Loading