Skip to content

Commit

Permalink
update packages to be compatible with Ubuntu 24.04 (#2243)
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
Co-authored-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huongg and Huong Nguyen authored Jan 20, 2025
1 parent e9542ad commit e418ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |-
sudo sed -i 's/archive.ubuntu.com/us-east-1.ec2.archive.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
sudo apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
- name: Test lib transpilation
run: npm run lib
Expand Down

0 comments on commit e418ecd

Please sign in to comment.