Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/allInOne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
run: sudo apt-get install -y mingw-w64
- name: Install llvm-mingw (Windows arm64 cross-compiler)
# Classic mingw-w64 (GCC) has no Windows/ARM64 target; only needed on the job
# that actually builds linux_windows_arm64_llvm_mingw32, see build.gradle.
# that actually builds linux_windows_arm64_llvm_mingw32, see build.gradle.kts.
if: runner.os == 'Linux' && runner.arch == 'X64'
run: |
curl -fL -o llvm-mingw.tar.xz "https://github.com/mstorsjo/llvm-mingw/releases/download/${{ env.LLVM_MINGW_VERSION }}/llvm-mingw-${{ env.LLVM_MINGW_VERSION }}-ucrt-ubuntu-22.04-x86_64.tar.xz"
Expand Down
272 changes: 0 additions & 272 deletions build.gradle

This file was deleted.

Loading
Loading