Skip to content

Commit

Permalink
build cache for release except windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed May 22, 2024
1 parent 080d13c commit e2079f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_var.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"targets": [
"template_debug"
"template_release"
],
"jobs": [
{
Expand Down Expand Up @@ -31,6 +31,7 @@
"artifact-extension": "dll",
"flags": "use_mingw=yes",
"cache-name": "win-x86_64-mingw",
"skip": true,
"duckdb-url-name": "libduckdb-windows-amd64",
"duckdb-lib-name": "duckdb"
},
Expand Down

0 comments on commit e2079f2

Please sign in to comment.