Browse Source

Update python-app.yml

Fix MariaDB Connector/C in CI workflow
Bryon Bailey 4 năm trước cách đây
mục cha
commit
2ab35792d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
       run: |
         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
       uses: actions/setup-python@v2
       with: