Commit 83f9e47
fix: store Microsoft apt key as .asc instead of gpg --dearmor
Avoids 'gpg: dearmoring failed: File exists' error on ubuntu-24.04 runners
where the keyring file may already exist. Storing the ASCII-armored key
directly in /etc/apt/trusted.gpg.d/ is the simpler, more reliable approach.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 08b50ae commit 83f9e47
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments