Skip to content

Commit efec586

Browse files
committed
Fix workflow Create release
Fix workflow Create release - for Linux runner gcc-multilib is installed during building
1 parent ecbe082 commit efec586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: actions/checkout@v2
1818
with:
1919
submodules: recursive
20+
- name: Config environment
21+
if: runner.os == 'Linux'
22+
run: sudo apt-get install gcc-multilib
2023
- name: Build C library
2124
run: python buildall.py -pt -v
2225
- name: Display structure of files

0 commit comments

Comments
 (0)