diff --git a/.github/workflows/cpp-macos.yml b/.github/workflows/cpp-macos.yml index ce73a278..f6df3502 100644 --- a/.github/workflows/cpp-macos.yml +++ b/.github/workflows/cpp-macos.yml @@ -34,8 +34,10 @@ jobs: run: | export PATH=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin:$PATH cmake -DWEBRTCROOT=$(pwd)/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDETECT_OPENSSL=OFF . - ls -l $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/audio/libaec3_factory.a - file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/audio/libaec3_factory.a + file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/video_codecs/libbuiltin_video_encoder_factory.a + file $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/libwebrtc.a + ar tv $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/api/video_codecs/libbuiltin_video_encoder_factory.a + ar tv $(pwd)/webrtc/src/out/${{ matrix.buildtype }}/obj/libwebrtc.a make VERBOSE=1 - name: cpack