Skip to content

Commit

Permalink
Merge pull request #24 from Lumen5/fix-publish
Browse files Browse the repository at this point in the history
Fix yaml syntax
  • Loading branch information
antoineMoPa authored Apr 28, 2023
2 parents dc28d9a + 41791eb commit 79de319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
env:
CPATH="/framefusion/.framefusion-ffmpeg/ffmpeg/include/"
PKG_CONFIG_PATH="/framefusion/.framefusion-ffmpeg/ffmpeg/lib/pkgconfig/"
CPATH: /framefusion/.framefusion-ffmpeg/ffmpeg/include/
PKG_CONFIG_PATH: /framefusion/.framefusion-ffmpeg/ffmpeg/lib/pkgconfig/
defaults:
run:
working-directory: /framefusion
Expand Down

0 comments on commit 79de319

Please sign in to comment.