Skip to content

Commit aee9f0e

Browse files
committed
Fix for tty
1 parent c0cf27c commit aee9f0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: cpprefjp
2020
run: |
2121
set -eux -o pipefail
22+
export DOCKER_IT=""
23+
2224
git clone https://github.com/cpprefjp/site.git cpprefjp/site
2325
git clone https://github.com/cpprefjp/image.git cpprefjp/image
2426
@@ -52,6 +54,8 @@ jobs:
5254
- name: boostjp
5355
run: |
5456
set -eux -o pipefail
57+
export DOCKER_IT=""
58+
5559
git clone https://github.com/boostjp/site.git boostjp/site
5660
git clone https://github.com/boostjp/image.git boostjp/image
5761

0 commit comments

Comments
 (0)