Skip to content

Commit 6b2bf32

Browse files
committed
Fixed a typo in GitHub Actions workflow file.
1 parent 58e2072 commit 6b2bf32

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
1818
include:
1919
- os: [windows-2025]
20-
exclude:
21-
# Temporarily disable Ubuntu 20.04 with GCC since linking with
22-
# TSan fails due the linker being unable to find libtsan_preinit.o.
23-
# This used to work previously.
24-
# Perhaps, the cause is related to the following Ubuntu issue:
25-
# https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26-
#- os: ubuntu-20.04
27-
# compiler: {cc: gcc, cxx: g++}
20+
#exclude:
21+
# # Temporarily disable Ubuntu 20.04 with GCC since linking with
22+
# # TSan fails due the linker being unable to find libtsan_preinit.o.
23+
# # This used to work previously.
24+
# # Perhaps, the cause is related to the following Ubuntu issue:
25+
# # https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26+
# - os: ubuntu-20.04
27+
# compiler: {cc: gcc, cxx: g++}
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)