-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Works around a (temporary) issue with the GitHub instances. See actions/runner-images#5067 for details.
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
set -e | ||
|
||
sudo apt-get update -qq | ||
sudo apt-get remove -qq mysql-common # https://github.com/actions/virtual-environments/issues/5067#issuecomment-1038752575 | ||
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -qq \ | ||
libicu-dev gettext aspell-en software-properties-common \ | ||
curl unixodbc-dev odbcinst unixodbc \ | ||
default-jre \ | ||
firebird-dev firebird3.0-utils \ | ||
mysql-client default-libmysqlclient-dev \ | ||
libarchive-tools | ||
# mysql-client default-libmysqlclient-dev \ | ||
cat t/odbc/odbcinst.ini | sudo tee -a /etc/odbcinst.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters