Fix apt not having sudo

This commit is contained in:
Ajay
2025-06-19 14:48:19 -04:00
parent 4f29058b4f
commit 49968c3b45

View File

@@ -16,7 +16,7 @@ jobs:
with:
node-version: '18'
- run: npm ci
- run: apt remove chrome
- run: sudo apt remove chrome
- uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce
with: