Skip to content

Commit

Permalink
fix(*): fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Jan 4, 2024
1 parent 5eecc90 commit 32b335a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
env:
CPATH: /tmp/framefusion/.ffmpeg/ffmpeg/include/
PKG_CONFIG_PATH: /tmp/framefusion/.ffmpeg/ffmpeg/lib/pkgconfig/
CPATH: /tmp/beamcoder/.ffmpeg/ffmpeg/include/
PKG_CONFIG_PATH: /tmp/beamcoder/.ffmpeg/ffmpeg/lib/pkgconfig/
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 32b335a

Please sign in to comment.