Commit 069e96b
fix: add apt-get update before installing Linux packages
The ubuntu-latest ADO agent image has a stale package index,
causing libgtk-4-* packages to 404 from security.ubuntu.com.
Running apt-get update first ensures the index is fresh.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 14181f3 commit 069e96b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments