Skip to content

Commit 5d2b6d0

Browse files
Update jit.yml
1 parent 9afe5e5 commit 5d2b6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ jobs:
174174
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" ./llvm.sh ${{ matrix.llvm }}
175175
export PATH="$(llvm-config-${{ matrix.llvm }} --bindir):$PATH"
176176
CC=clang-${{ matrix.llvm }} ./configure --enable-experimental-jit --with-tail-call-interp --with-pydebug
177-
make all --jobs 4
177+
make all --jobs 4

0 commit comments

Comments
 (0)