Skip to content

Commit

Permalink
with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm authored Jul 19, 2023
1 parent 24f7751 commit a78ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Dependencies
run: apt install libavformat-dev libavcodec-dev libswresample-dev libswscale-dev libavutil-deb
run: sudo apt install libavformat-dev libavcodec-dev libswresample-dev libswscale-dev libavutil-deb

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

0 comments on commit a78ab3b

Please sign in to comment.