We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa83d19 commit 540e2f1Copy full SHA for 540e2f1
.github/workflows/test.yml
@@ -152,8 +152,8 @@ jobs:
152
run: |
153
set -ex
154
sudo rm -R /var/lib/mysql/
155
- curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup > mariadb_repo_setup
156
- curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup.sha256 > mariadb_repo_setup.sha256
+ curl -sSL https://downloads.mariadb.com/MariaDB/mariadb_repo_setup > mariadb_repo_setup
+ curl -sSL https://downloads.mariadb.com/MariaDB/mariadb_repo_setup.sha256 > mariadb_repo_setup.sha256
157
sha256sum --check mariadb_repo_setup.sha256
158
sudo bash mariadb_repo_setup
159
sudo apt-get update -qqy
0 commit comments