Skip to content

Commit

Permalink
Change ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyfle committed Nov 7, 2024
1 parent 7cc0f69 commit fb30fa0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,24 @@ jobs:
ocaml-compiler:
- "5.2"

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install & Verify FFmpeg version
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavdevice-dev libavfilter-dev libavresample-dev
ffmpeg -version
pkg-config --modversion libavcodec
pkg-config --modversion libavutil
- name: Install OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Verify FFmpeg version
run: |
ffmpeg -version
pkg-config --modversion libavcodec
pkg-config --modversion libavutil

- name: Install dependencies
run: opam install . --deps-only --with-test
Expand Down

0 comments on commit fb30fa0

Please sign in to comment.