We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a38b4 commit 2aada30Copy full SHA for 2aada30
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
name: "Ubuntu GCC 11",
20
cxx: "g++-11",
21
cc: "gcc-11",
22
- packages: "gcc-11 g++-11",
+ packages: "gcc-11 g++-11 nlohmann-json-dev libtinyxml2-dev",
23
os: ubuntu-latest,
24
}
25
]
0 commit comments