Skip to content

Commit

Permalink
[buck-yeh-bux] [buck-yeh-bux-mariadb-client] Rearrage "supports" to t…
Browse files Browse the repository at this point in the history
…rigger CI checks
  • Loading branch information
buck-yeh committed Aug 6, 2024
1 parent f0f42e6 commit 310b44d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/buck-yeh-bux-mariadb-client/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Loose-coupled throw-on-error C++20 wrapper classes and utilities over mysql/mariadb Connector/C API",
"homepage": "https://github.com/buck-yeh/bux-mariadb-client",
"license": "MIT",
"supports": "!(x86 | uwp | android | linux | osx)",
"supports": "!(x86 | android | linux | osx | uwp)",
"dependencies": [
"buck-yeh-bux",
"libmariadb",
Expand Down
2 changes: 1 addition & 1 deletion ports/buck-yeh-bux/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux",
"license": "MIT",
"supports": "!(x86 | uwp | android | linux | osx)",
"supports": "!(x86 | android | linux | osx | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/b-/buck-yeh-bux-mariadb-client.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "187b0247640407884b4e8f1318ac21d8862d81f0",
"git-tree": "93796bb3e924091df2b5487187507cd6d72dc7c9",
"version": "1.0.4",
"port-version": 0
},
Expand Down
2 changes: 1 addition & 1 deletion versions/b-/buck-yeh-bux.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "1736f67102e39ff760cc3219e1f8dd4553eb0c69",
"git-tree": "5c50c1fb741af691a1869d1d1e678be290218bb4",
"version": "1.7.0",
"port-version": 0
},
Expand Down

0 comments on commit 310b44d

Please sign in to comment.