mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Ensured mssql odbc installation is done as super user
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -151,7 +151,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install MSSQL ODBC
|
||||
run: ./data/infra/ci/install-ms-odbc.sh
|
||||
run: sudo ./data/infra/ci/install-ms-odbc.sh
|
||||
- name: Start database
|
||||
run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_ms
|
||||
- name: Use PHP
|
||||
|
||||
Reference in New Issue
Block a user