Fix checkout-deps.sh syntax (#2334)
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

This commit is contained in:
Fyren 2025-06-03 20:43:06 -04:00 committed by GitHub
parent 64a8c20243
commit 20642a8518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ if [ $download_mysql -eq 1 ]; then
getmysql
fi
if [ $iswin -eq 1 && $download_mysql_debug -eq 1 ]; then
if [ $iswin -eq 1 ] && [ $download_mysql_debug -eq 1 ]; then
mysqlfolder=mysql-5.7-debug
mysqlver=mysql-5.7.44-win32
mysqlurl=https://cdn.mysql.com/archives/mysql-5.7/$mysqlver-debug-test.$archive_ext