mirror of
https://github.com/nlohmann/json.git
synced 2026-02-13 13:02:22 +00:00
no execution for special cases
This commit is contained in:
@@ -237,7 +237,7 @@ install:
|
||||
################
|
||||
|
||||
script: |
|
||||
if [[ "${SPECIAL}" != "" ]]; then
|
||||
if [[ "${SPECIAL}" == "" ]]; then
|
||||
# show OS/compiler version
|
||||
uname -a
|
||||
$CXX --version
|
||||
|
||||
Reference in New Issue
Block a user