Skip to content

Commit c565fc2

Browse files
committed
revert test rust change
1 parent 26e00f3 commit c565fc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci_suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
mysql -u root -proot tg_ci < schema.sql
103103
- name: Install rust-g
104104
run: |
105+
sudo dpkg --add-architecture i386
106+
sudo apt update || true
107+
sudo apt install -o APT::Immediate-Configure=false libssl3:i386
105108
bash tools/ci/install_rust_g.sh
106109
- name: Compile Tests
107110
run: |

0 commit comments

Comments
 (0)