Lets see if resetting the broken control connection fixes the test on Ubuntu as well

This commit is contained in:
Kovid Goyal
2020-12-08 12:03:45 +05:30
parent 593eeaf9ea
commit b28c79f6bb
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout source code
uses: actions/checkout@master