Skip to content

Commit 64e9d78

Browse files
Merge pull request #236 from codelerity/ci-changes
Testing changes (remove Travis / update GitHub Action config)
2 parents 57d0eba + 3958a72 commit 64e9d78

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 1.8
2323

2424
- name: Install GStreamer
25-
run: sudo apt-get install gstreamer1.0-plugins-good
25+
run: sudo apt-get update && sudo apt-get install gstreamer1.0-plugins-good
2626

2727
- name: Build with Maven
2828
run: mvn -B verify --file pom.xml
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 1.8
4242

4343
- name: Install GStreamer
44-
run: sudo apt-get install gstreamer1.0-plugins-good
44+
run: sudo apt-get update && sudo apt-get install gstreamer1.0-plugins-good
4545

4646
- name: Build with Maven
4747
run: mvn -B verify --file pom.xml
@@ -60,7 +60,7 @@ jobs:
6060
java-version: 1.8
6161

6262
- name: Install GStreamer
63-
run: sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
63+
run: sudo apt-get update && sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
6464

6565
- name: Build with Maven
6666
run: mvn -B verify --file pom.xml

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)