Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Running actions on ubuntu-latest fails builds #3362

Closed
musale opened this issue Jan 10, 2025 · 0 comments · Fixed by #3363
Closed

[BUG] Running actions on ubuntu-latest fails builds #3362

musale opened this issue Jan 10, 2025 · 0 comments · Fixed by #3363
Assignees
Labels
bug Something isn't working State: In Review

Comments

@musale
Copy link
Contributor

musale commented Jan 10, 2025

Describe the bug

The actions that are run with ubuntu-latest and require installation of playwright dependencies are failing

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/microsoftgraph/microsoft-graph-toolkit/actions/runs/12706200246/job/35418678837
  2. See error under Install Playwright browsers step
  3. Go to https://github.com/microsoftgraph/microsoft-graph-toolkit/actions/runs/12706200246/job/35418678340
  4. See error under Install Playwright browsers step

Expected behavior
All actions should pass

Screenshots
image

Environment (please complete the following information):

  • Github Actions

Additional context
A bunch of stuff was removed in the latest version of ubuntu and has caused things to break after GA actions/runner-images#10636. The current fix would be to use a lower ubuntu version for the build as this is sorted out fully.

Possibly reason why #3360 is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working State: In Review
Projects
Status: Done ✔️
1 participant