We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e00f3 commit c565fc2Copy full SHA for c565fc2
1 file changed
.github/workflows/ci_suite.yml
@@ -102,6 +102,9 @@ jobs:
102
mysql -u root -proot tg_ci < schema.sql
103
- name: Install rust-g
104
run: |
105
+ sudo dpkg --add-architecture i386
106
+ sudo apt update || true
107
+ sudo apt install -o APT::Immediate-Configure=false libssl3:i386
108
bash tools/ci/install_rust_g.sh
109
- name: Compile Tests
110
0 commit comments