Skip to content

Commit 0757049

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php80.yml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
5959
- name: Setup MSSQL
6060
run: |
61+
sudo wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
62+
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/mssql-server.list)"
6163
sudo apt update
6264
sudo apt install mssql-tools
6365
sqlcmd -S localhost -U SA -P 1234567890@Eu -Q 'create database testing_db'

0 commit comments

Comments
 (0)