Skip to content

Commit 813414a

Browse files
committed
Out of ideas
1 parent 4d107ae commit 813414a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
"os": "ubuntu-latest",
143143
"release": false,
144144
"check-level": 2,
145-
"shell": "nix develop .#oldGlibc -c bash -euxo pipefail {0}",
145+
"shell": "nix develop .#oldGlibc -c VERBOSE=1 bash -euxo pipefail {0}",
146146
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-linux-gnu.tar.zst",
147147
"prepare-llvm": "../script/prepare-llvm-linux.sh lean-llvm*",
148148
"binary-check": "ldd -v",
@@ -156,7 +156,7 @@ jobs:
156156
"os": large ? "nscloud-ubuntu-22.04-amd64-4x8" : "ubuntu-latest",
157157
"release": true,
158158
"check-level": 0,
159-
"shell": "nix develop .#oldGlibc -c bash -euxo pipefail {0}",
159+
"shell": "nix develop .#oldGlibc -c VERBOSE=1 bash -euxo pipefail {0}",
160160
"llvm-url": "https://github.com/leanprover/lean-llvm/releases/download/15.0.1/lean-llvm-x86_64-linux-gnu.tar.zst",
161161
"prepare-llvm": "../script/prepare-llvm-linux.sh lean-llvm*",
162162
"binary-check": "ldd -v",

0 commit comments

Comments
 (0)