Skip to content

Commit

Permalink
Merge branch 'feature/add-windows-double-precision'
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Aug 11, 2024
2 parents 2e96470 + 9b24199 commit d35af1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_var.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"flags": "use_mingw=yes",
"cache-name": "win-x86_64-mingw"
},
{
"name": "Windows (x86_64, MinGW, Double Precision)",
"os": "windows-latest",
"platform": "windows",
"artifact-extension": "dll",
"flags": "use_mingw=yes precision=double",
"cache-name": "win-x86_64-mingw-f64",
"skip": true
},
{
"name": "Ubuntu (GCC)",
"os": "ubuntu-20.04",
Expand Down

0 comments on commit d35af1a

Please sign in to comment.