Skip to content

Commit fdf77fd

Browse files
committed
Fix dependency installation for i386, mk. 2
1 parent 2a39796 commit fdf77fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: sudo pip3 install gcovr
2727

2828
- name: Install multiarch dependencies
29-
if: matrix.ARCH == "i386"
29+
if: matrix.ARCH == 'i386'
3030
run: sudo apt install -y gcc-multilib g++-multilib
3131

3232
- name: Test coverage

0 commit comments

Comments
 (0)