Skip to content

Commit bbe2b29

Browse files
committed
order test
1 parent 79d66ea commit bbe2b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
mysql -u root -proot tg_ci < schema.sql
103103
- name: Install rust-g
104104
run: |
105+
sudo apt install -o APT::Immediate-Configure=false libssl1.1:i386
105106
sudo dpkg --add-architecture i386
106107
sudo apt update || true
107-
sudo apt install -o APT::Immediate-Configure=false libssl1.1:i386
108108
bash tools/ci/install_rust_g.sh
109109
- name: Compile Tests
110110
run: |

0 commit comments

Comments
 (0)