Skip to content

Commit

Permalink
skip ffmpeg for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm authored Jul 19, 2023
1 parent 084c37f commit 6188754
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Dependencies
run: |
sudo apt install nasm
vcpkg install ffmpeg --triplet x64-linux-dynamic
# - name: Install Dependencies
# run: |
# sudo apt install nasm
# vcpkg install ffmpeg --triplet x64-linux-dynamic
#run: sudo apt install libavformat-dev libavcodec-dev libswresample-dev libswscale-dev libavutil-dev

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DVIDEO_EXPORT=0

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 6188754

Please sign in to comment.