Skip to content

Commit

Permalink
Fix workflow packages for pjsua2 video
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed Jun 2, 2024
1 parent 18ef90b commit 5685d02
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name: Node.js Package

on:
# release:
# types: [created]
push:
workflow_dispatch:

jobs:
Expand All @@ -29,7 +28,7 @@ jobs:
branch: jse
- run: swig -version
- run: sudo apt-get update
- run: sudo apt-get install -y SDL2-devel ffmpeg-devel OpenH264 libyuv-devel libv4l2
- run: sudo apt-get install -y libsdl2-dev ffmpeg libopenh264-dev libyuv-dev libv4l-0 libavdevice-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev
# build x86_64 version, test, pack, package and native module
- run: npm i --ignore-scripts
# see https://github.com/bchr02/node-pre-gyp-github/pull/46
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: sudo apt-get update
- run: sudo apt-get install -y libpcre2-dev autotools-dev autoconf libtool-bin g++ make bison uuid-dev
- run: sudo apt-get install -y SDL2-devel ffmpeg-devel OpenH264 libyuv-devel libv4l2
- run: sudo apt-get install -y libsdl2-dev ffmpeg libopenh264-dev libyuv-dev libv4l-0 libavdevice-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev
- run: npm i -g node-gyp node-addon-api
- uses: mmomtchev/setup-swig@v3
with:
Expand Down

0 comments on commit 5685d02

Please sign in to comment.