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