feat: use sudo for apt-get update in compile workflow

This commit is contained in:
Simon Larsen
2025-01-21 13:26:03 +00:00
parent d44ddd6781
commit 87d280edbd

View File

@@ -189,7 +189,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest
- run: apt-get update
- run: sudo apt-get update
- run: cd Common && npm install
- run: cd E2E && npm install && npm run compile && npm run dep-check