Skip to content

Commit

Permalink
fix gitlab CI YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 6, 2024
1 parent f4785b6 commit a2aa654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ubuntu-24.04:
image: ubuntu:24.04
script:
- sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
- "sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources"
- DEBIAN_FRONTEND=noninteractive apt-get -qq update
- DEBIAN_FRONTEND=noninteractive apt-get -yqq build-dep mlt
- DEBIAN_FRONTEND=noninteractive apt-get -yqq install cmake
Expand Down

0 comments on commit a2aa654

Please sign in to comment.