Skip to content

Commit

Permalink
[Fix] Update electron example package lock
Browse files Browse the repository at this point in the history
[Fix] Update electron renderer example package lock
[Fix] Update CI action linux dependencies
  • Loading branch information
ash0x0 committed Jun 12, 2021
1 parent afdbbf5 commit 8986332
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 155 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ jobs:
- name: Setup Linux Dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157
sudo apt-get update -qq
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq
sudo apt-get install -y software-properties-common gcc-5 g++-5 libx11-dev libxtst-dev libxt-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev xorg-dev libxcb-xkb-dev libxkbfile-dev libxinerama-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
sudo apt-get install -y software-properties-common libx11-dev libxtst-dev libxt-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev xorg-dev libxcb-xkb-dev libxkbfile-dev libxinerama-dev
- name: Install Packages
run: npm i --ignore-scripts
Expand Down
130 changes: 58 additions & 72 deletions examples/electron-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8986332

Please sign in to comment.