File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 bin : halide-cache
5252 target : ${{ matrix.target }}
5353 archive : app-$target
54- token : ${{ secrets.GITHUB_TOKEN }}
54+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4444 sudo apt-get -y update
4545 sudo apt-get install -y gcc-aarch64-linux-gnu
4646 rustup target add aarch64-unknown-linux-gnu
47+ - name : Install dlltool
48+ if : matrix.target == 'x86_64-pc-windows-msvc'
49+ run : |
50+ choco install msys2
51+ C:\tools\msys64\usr\bin\bash.exe -l -c "pacman -S --noconfirm --needed base-devel mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-nasm"
52+ echo "C:\tools\msys64\ucrt64\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
4753 - name : Build
4854 run : cargo build --verbose --manifest-path api/Cargo.toml --target ${{ matrix.target }}
4955
You can’t perform that action at this time.
0 commit comments