mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-27 12:21:02 +08:00
Fix typo
This commit is contained in:
parent
e27041d095
commit
26f42e03bc
@ -48,7 +48,7 @@ matrix:
|
||||
before_install:
|
||||
# Install catch 2 dependency
|
||||
- wget https://github.com/catchorg/Catch2/archive/v2.2.3.zip
|
||||
- unzip master.zip && cd Catch2-2.2.3 && mkdir -p build/ && cd build/
|
||||
- unzip v2.2.3.zip && cd Catch2-2.2.3 && mkdir -p build/ && cd build/
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release .. -DCMAKE_INSTALL_PREFIX=~/.local/ && cmake --build . --target install
|
||||
- cd ../..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user