Skip to content

Commit 4ae28ce

Browse files
committed
updated dependencies for linux x86_64 test
1 parent c4c5f16 commit 4ae28ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Install Dependencies
1515
run: |
16-
sudo apt-get update && sudo apt-get -y install cmake make gcc-multilib g++-multilib python3
16+
sudo apt-get update && sudo apt-get -y install cmake make gcc g++ python3
1717
1818
- name: Configure and Build
1919
run: |

0 commit comments

Comments
 (0)