Explorar o código

Update python-app.yml

Fix MariaDB Connector/C in CI workflow
Bryon Bailey %!s(int64=4) %!d(string=hai) anos
pai
achega
2ab35792d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/python-app.yml

+ 1 - 1
.github/workflows/python-app.yml

@@ -19,7 +19,7 @@ jobs:
     - name: Install MariaDB Connector/C
     - name: Install MariaDB Connector/C
       run: |
       run: |
         sudo apt-get update
         sudo apt-get update
-        sudo apt-get install mariadb-server libmariadb3
+        sudo apt-get install libmariadb3 libmariadb-dev mariadb-server
     - name: Set up Python 3.10
     - name: Set up Python 3.10
       uses: actions/setup-python@v2
       uses: actions/setup-python@v2
       with:
       with: