From b90ca734f38b54852d60f4d83afdbbad3861e557 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 8 Jul 2021 17:57:11 +0900 Subject: [PATCH] Ubuntu: remove pthread coroutine which is done in Compilations --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 97c99aa0e1..f7b07ca80b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ jobs: os: - ubuntu-20.04 # - ubuntu-18.04 - configure: ["", "--with-coroutine=pthread", "cppflags=-DRUBY_DEBUG"] + configure: ["", "cppflags=-DRUBY_DEBUG"] include: - test_task: "test-all TESTS=--repeat-count=2" os: ubuntu-20.04