Skip to content

Commit 54a6db5

Browse files
committed
Update php80.yml
1 parent 97ad0f9 commit 54a6db5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php80.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
5959
- name: Setup MSSQL
6060
run: |
61-
| sudo apt update
62-
| sudo apt install mssql-tools
63-
| sqlcmd -S localhost -U SA -P 1234567890@Eu -Q 'create database testing_db'
61+
sudo apt update
62+
sudo apt install mssql-tools
63+
sqlcmd -S localhost -U SA -P 1234567890@Eu -Q 'create database testing_db'
6464
6565
- name: Install Dependencies
6666
run: composer install --prefer-source --no-interaction --no-dev

0 commit comments

Comments
 (0)