diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 8540442..6d685b0 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -17,7 +17,7 @@ jobs: run: | apt update DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git git-lfs \ - libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential + libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential libxcb1-dev - uses: actions/checkout@v2 with: diff --git a/package-lock.json b/package-lock.json index f0e372c..c9c307f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "beamcoder-prebuild", - "version": "0.7.1-rc.7", + "version": "0.7.1-rc.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bd1b862..dd1f625 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beamcoder-prebuild", - "version": "0.7.1-rc.7", + "version": "0.7.1-rc.8", "description": "Node.js native bindings to FFmpeg.", "main": "index.js", "types": "index.d.ts",