File tree Expand file tree Collapse file tree
.github/actions/setup-mysql Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 # We have to install this old version of libaio1. See also:
2626 # https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/2067501
27- wget http://mirrors.kernel.org /ubuntu/pool/main/liba/libaio/libaio1_0.3.112-13build1_amd64.deb && \
27+ wget http://archive.ubuntu.com /ubuntu/pool/main/liba/libaio/libaio1_0.3.112-13build1_amd64.deb && \
2828 sudo dpkg -i libaio1_0.3.112-13build1_amd64.deb && \
2929 rm libaio1_0.3.112-13build1_amd64.deb
3030
4040 sudo DEBIAN_FRONTEND="noninteractive" dpkg -i mysql-apt-config*
4141 sudo apt-get update
4242 # libtinfo5 is also needed for older MySQL 5.7 builds.
43- curl -L -O http://mirrors.kernel.org /ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
43+ curl -L -O http://archive.ubuntu.com /ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
4444 sudo dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb
4545 sudo DEBIAN_FRONTEND="noninteractive" apt-get install -y mysql-client=5.7* mysql-community-server=5.7* mysql-server=5.7* libncurses6
4646 elif [[ "${{ inputs.flavor }}" == "mysql-8.0" ]]; then
You can’t perform that action at this time.
0 commit comments