We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-fast
apt-get
1 parent 5d5dc51 commit bd410a2Copy full SHA for bd410a2
.github/workflows/ci.yml
@@ -68,8 +68,8 @@ jobs:
68
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
69
run: |
70
sudo dpkg --add-architecture i386
71
- sudo apt-fast update -qq
72
- sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
+ sudo apt-get update -qq
+ sudo DEBIAN_FRONTEND='noninteractive' apt-get install \
73
--no-install-recommends -yq gcc-multilib g++-multilib \
74
libssl-dev:i386
75
mkdir -p external/bin
0 commit comments