Experimenting with other encodings for mysql

This commit is contained in:
Griatch 2024-06-27 19:08:27 +02:00
parent 6b984a4faa
commit bce5fb0521
3 changed files with 6 additions and 6 deletions

View file

@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Copy custom MySQL option file
- name: Set MySQL custom options
if: ${{ matrix.TESTING_DB == 'mysql' }}
run: |
sudo cp ${{ github.workspace }}/.github/workflows/mysql_options.cnf /etc/mysql/custom.cnf