Skip to content

Commit

Permalink
Ubuntu: remove pthread coroutine which is done in Compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 8, 2021
1 parent 7a2383b commit b90ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -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
Expand Down

0 comments on commit b90ca73

Please sign in to comment.