Skip to content

Commit

Permalink
Simplify packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 19, 2023
1 parent 156f8a2 commit c9e4e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt update || true
sudo apt install -o APT::Immediate-Configure=false libgcc-s1:i386 g++-multilib zlib1g-dev:i386 libssl-dev:i386
sudo apt install -o APT::Immediate-Configure=false zlib1g-dev:i386 libssl-dev:i386
bash tools/ci/install_rust_g.sh
- name: Configure version
run: |
Expand Down

0 comments on commit c9e4e7e

Please sign in to comment.