Skip to content

Commit d7d770e

Browse files
committed
Winn
1 parent 941851b commit d7d770e

File tree

3 files changed

+4
-320
lines changed

3 files changed

+4
-320
lines changed

.github/workflows/linux.yml

-237
This file was deleted.

.github/workflows/mac.yml

-83
This file was deleted.

.github/workflows/windows.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
container: mglolenstine/gtk4-cross:rust-gtk-4.6
1515
steps:
1616
- run: |
17+
echo "[target.x86_64-pc-windows-gnu]" > ~/.cargo/config
18+
echo "linker = \"x86_64-w64-mingw32-gcc\"" >> ~/.cargo/config
19+
echo "ar = \"x86_64-w64-mingw32-gcc-ar\"" >> ~/.cargo/config
20+
1721
git clone https://github.com/qarmin/czkawka.git
1822
cd czkawka
1923
build

0 commit comments

Comments
 (0)