Skip to content

Commit 069e96b

Browse files
hl662Copilot
andcommitted
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/integration-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
displayName: Build packages
8888

8989
- script: |
90+
sudo apt-get update
9091
sudo apt-get install -y libsecret-1-dev
9192
sudo apt-get install -y dbus-x11
9293
sudo apt-get install -y gnome-keyring

0 commit comments

Comments
 (0)