Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed May 17, 2024
1 parent d27d186 commit 886f099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get -y install build-essential git gobject-introspection libgirepository1.0-dev libcairo2 libcairo2-dev libavdevice-dev libavfilter-dev libopus-dev libvpx-dev pkg-config libsrtp2-dev libasound2-dev libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-pulseaudio gir1.2-gstreamer-1.0
sudo corepack enable npm
npm i
npm run submodule:install
- name: test
env:
CI: true
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"playground": "cd examples/playground && npm run dev",
"playground-room": "cd examples/playground-room && npm run dev",
"submodule:init": "git submodule update --init --recursive",
"submodule:install": "zx scripts/install_submodules.mjs",
"test": "cd tests && npm run test",
"type": "lerna run type",
"update-mirror": "zx scripts/update-mirror-repo.mjs",
Expand Down

0 comments on commit 886f099

Please sign in to comment.