Skip to content

Commit 189365d

Browse files
committed
GW: Fix: Unittest Build failure after 6059f00
1 parent 7712ebd commit 189365d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Integrations & unitests
2+
13
on: [push]
24

35
jobs:
@@ -8,7 +10,7 @@ jobs:
810
- uses: actions/checkout@v4
911

1012
- name: Install dependencies
11-
run: sudo apt-get install gcc g++
13+
run: sudo apt-get install gcc-multilib g++
1214

1315
- name: Build and run tests
1416
run: |

0 commit comments

Comments
 (0)