Skip to content

Commit 0a1e998

Browse files
committed
fixup! CI: run the tests using TSan
1 parent 5125827 commit 0a1e998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4
23-
- run: sudo apt update
23+
- run: |
24+
sudo apt update
25+
sudo apt install libunwind-dev
2426
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
2527
- uses: ocaml/setup-ocaml@v3
2628
with:

0 commit comments

Comments
 (0)