We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c565fc2 commit dba77fdCopy full SHA for dba77fd
1 file changed
.github/workflows/ci_suite.yml
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
sudo dpkg --add-architecture i386
106
sudo apt update || true
107
- sudo apt install -o APT::Immediate-Configure=false libssl3:i386
+ sudo apt install -o APT::Immediate-Configure=false libssl2:i386
108
bash tools/ci/install_rust_g.sh
109
- name: Compile Tests
110
0 commit comments