Skip to content

Commit 8732e2a

Browse files
authored
Update build.yml
1 parent 93a6c1d commit 8732e2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: |
2626
set -x
2727
# Conty 1.18.6 - last version with Glibc 2.33, see pkg_list.txt - https://github.com/Kron4ek/Conty/releases/tag/1.18.6
28-
wget https://github.com/Kron4ek/Conty/releases/download/1.18.6/conty.sh
28+
#wget -q https://github.com/Kron4ek/Conty/releases/download/1.18.6/conty.sh
29+
wget -q https://github.com/ryuuzaki42/Python_to_make_AppImage/releases/download/07/conty.sh
2930
chmod +x conty.sh
3031
pwd; ls -lah
3132

0 commit comments

Comments
 (0)