Skip to content

Commit

Permalink
ci: ubuntu: update sha256 for MariaDB repository setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Aug 22, 2023
1 parent 8737562 commit b6966f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y wget apt-transport-https
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
echo "f5ba8677ad888cf1562df647d3ee843c8c1529ed63a896bede79d01b2ecc3c1d mariadb_repo_setup" | sha256sum -c -
echo "935944a2ab2b2a48a47f68711b43ad2d698c97f1c3a7d074b34058060c2ad21b mariadb_repo_setup" | sha256sum -c -
chmod +x mariadb_repo_setup
sudo ./mariadb_repo_setup
sudo apt-get install -y libmariadb3 libmariadb-dev
Expand Down

0 comments on commit b6966f9

Please sign in to comment.