mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
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
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:
parent
64a8c20243
commit
20642a8518
2
tools/checkout-deps.sh
vendored
2
tools/checkout-deps.sh
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user