Skip to content

Commit

Permalink
Fixes deps for Mend scan (#4109)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Jan 14, 2025
1 parent de9a21a commit 3b26d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ~/.cache
key: whitesource_cache-${{ github.ref }}
- run: sudo apt-get install build-essential python2 libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
- run: sudo apt-get install build-essential python-is-python3 libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
- run: npm --prefix ./client ci ./client
- run: npm --prefix ./core ci ./core
- run: npm --prefix ./website/landingpage/dev install ./website/landingpage/dev
Expand Down

0 comments on commit 3b26d91

Please sign in to comment.