Skip to content

Commit

Permalink
Still don't need sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 29, 2022
1 parent 86b28aa commit e5f95cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
name: Test coverage
steps:
- name: Install MariaDB client
run: apt update && sudo apt install -y mariadb-client
run: apt update && apt install -y mariadb-client
- uses: actions/checkout@v3
- name: Setup database
run: mysql -u root -psekrit -h 127.0.0.1 -P"$SUCC_DB_PORT" -D $SUCC_DB_NAME < data/succession_dump.sql
Expand Down

0 comments on commit e5f95cc

Please sign in to comment.