mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
mkdir wrong offset
This commit is contained in:
parent
e572801adb
commit
fa4e005d67
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ services:
|
|||
before_build:
|
||||
- set PATH="C:\\Program Files\\MySQL\\MySQL Server 5.7\\bin";%PATH%
|
||||
- cd c:\projects\sapphire
|
||||
- mkdir mysqlcpp
|
||||
- git submodule update --init
|
||||
- cd ..
|
||||
- mkdir mysqlcpp
|
||||
- cd mysqlcpp
|
||||
- cmake --version
|
||||
- git clone https://github.com/mysql/mysql-connector-cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue