mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
chore: update toml-test to the latest release
This commit is contained in:
parent
9e1bfcc962
commit
2a987ac9ea
@ -12,7 +12,7 @@ jobs:
|
||||
cd tests/
|
||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
||||
export PATH=$(pwd):${PATH}
|
||||
git clone --depth 1 --branch v1.1.0 https://github.com/BurntSushi/toml-test.git
|
||||
git clone --depth 1 --branch v1.2.0 https://github.com/BurntSushi/toml-test.git
|
||||
cd toml-test/
|
||||
go install -v ./cmd/toml-test
|
||||
cd -
|
||||
|
Loading…
Reference in New Issue
Block a user