Skip to content

Commit 0fa8cfe

Browse files
author
nbrodbec
committed
Add GNU multilib to test github action
1 parent baff537 commit 0fa8cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Install GNU cross compilation
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install gcc-multilib g++-multilib
1418
- name: Configure CMake
1519
run: |
1620
mkdir build

0 commit comments

Comments
 (0)