Skip to content

Commit befb705

Browse files
committed
Enable workflow check.
1 parent d33fce5 commit befb705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
include:
19-
# - os: ubuntu-latest
20-
# binary_target: x86_64-unknown-linux-gnu
19+
- os: ubuntu-latest
20+
binary_target: x86_64-unknown-linux-gnu
2121
- os: windows-latest
2222
binary_target: x86_64-pc-windows-msvc
2323
- os: macos-latest-xl

0 commit comments

Comments
 (0)