Skip to content

Commit 070f655

Browse files
Updating package RC number
1 parent 041b73e commit 070f655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
apt update
1919
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends --no-install-suggests -y git git-lfs \
20-
libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential
20+
libxcb1 unzip nodejs curl nodejs npm python3-setuptools build-essential libxcb1-dev
2121
2222
- uses: actions/checkout@v2
2323
with:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beamcoder-prebuild",
3-
"version": "0.7.1-rc.7",
3+
"version": "0.7.1-rc.8",
44
"description": "Node.js native bindings to FFmpeg.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)