Skip to content

Commit

Permalink
ci: add AMD64 Windows build to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 21, 2024
1 parent 2e59156 commit 11bf0e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"depends_name": "x86_64-pc-linux-gnu_nowallet",
"host": "x86_64-pc-linux-gnu",
"dep_opts": "NO_WALLET=1"
},
{
"depends_name": "x86_64-w64-mingw32",
"host": "x86_64-w64-mingw32",
"dep_opts": ""
}
]
},
Expand Down Expand Up @@ -60,6 +65,10 @@
{
"build_target": "linux64_ubsan",
"depends_name": "x86_64-pc-linux-gnu_debug"
},
{
"build_target": "win64",
"depends_name": "x86_64-w64-mingw32"
}
]
}
Expand Down

0 comments on commit 11bf0e3

Please sign in to comment.