Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 21, 2023
1 parent 0e541c4 commit e1bca6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:
-std=gnu99 \
./libtoxcore.a \
$(pkg-config --cflags --libs x11 libsodium libswresample opus vpx libavcodec libswscale libavformat libavdevice libavutil x264) \
$(pkg-config --cflags --libs sdl2) \
-pthread \
-lrt \
-lasound \
-lm \
-lSDL2 \
-lv4lconvert || exit 1
res2=$?
ldd toxblinkenwall
Expand Down
2 changes: 1 addition & 1 deletion circle_scripts/tbw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ $_INST_/lib/libx264.a \
$_INST_/lib/libavcodec.a \
$_INST_/lib/libavutil.a \
$_INST_/lib/libsodium.a \
$(pkg-config --cflags --libs sdl2) \
-lasound \
-lm \
-lSDL2 \
-lpthread -lv4lconvert || exit 1

res2=$?
Expand Down

0 comments on commit e1bca6d

Please sign in to comment.