Compare commits

...

2 Commits

Author SHA1 Message Date
Steven Nance 8b2bc8baef chore(repo): bump bust key to force cold ci run
Bumps the bust key so the cache is invalidated and the Install dependencies
step runs on a fresh runner, letting us validate the previous commit.
2026-04-15 17:44:57 -04:00
Steven Nance bb9c1eabc2 chore(repo): remove blanket apt-get update from ci install step
The Install dependencies step ran sudo apt-get update before installing
ca-certificates, lsof, libvips-dev, libglib2.0-dev, and libgirepository1.0-dev.
These are native build deps, not browser packages -- Chrome comes from the
browser-actions/setup-chrome action and Playwright browsers come from
playwright install --with-deps. Dropping the blanket index refresh avoids
upgrading the entire apt package index on every CI run.
2026-04-15 17:44:48 -04:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -57,7 +57,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev
- name: Install Chrome
+1 -1
View File
@@ -270,7 +270,7 @@
"nxCloudId": "62d013ea0852fe0a2df74438",
"nxCloudUrl": "https://staging.nx.app",
"parallel": 1,
"bust": 3,
"bust": 4,
"defaultBase": "master",
"sync": { "applyChanges": true },
"conformance": {