Skip to content

Commit

Permalink
chore: CI: temporarily disable test binary check on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Mar 6, 2024
1 parent 30a61a5 commit f0a762e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
"CTEST_OPTIONS": "--repeat until-pass:2 -E 'leanbenchtest_liasolver.lean'",
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-w64-windows-gnu.tar.zst",
"prepare-llvm": "../script/prepare-llvm-mingw.sh lean-llvm*",
"binary-check": "ldd"
// TEMP while compiler tests are deactivated
"binary-check": "true"
},
{
"name": "Linux aarch64",
Expand Down

0 comments on commit f0a762e

Please sign in to comment.