Commit 2bf8b66
Claudio Alvarado
fix(ci): resolve signed-by key conflict in mssql-tools install
GitHub Actions runners have a pre-existing /etc/apt/sources.list.d/microsoft-prod.list
that references signed-by=/usr/share/keyrings/microsoft-prod.gpg. Adding the same repo
without signed-by causes a conflicting values error. Fix by removing the pre-existing
source list, using gpg --dearmor, and adding signed-by consistently.1 parent 8817c2b commit 2bf8b66
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments