Skip to content

Commit

Permalink
github: add missing dependency for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 2, 2024
1 parent c936049 commit 06a9143
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript gstreamer1.0-plugins-base
version: 1.0
execute_install_scripts: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onyxsdk_pen_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript gstreamer1.0-plugins-base
version: 1.0
execute_install_scripts: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript
packages: libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev libsecret-1-dev libjsoncpp-dev ghostscript gstreamer1.0-plugins-base
version: 1.0
execute_install_scripts: true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ package can be summarised as:

#### Linux

`sudo apt install libsecret-1-dev libjsoncpp-dev`
`sudo apt install libsecret-1-dev libjsoncpp-dev gstreamer1.0-plugins-base`
`flutter build linux`

This is good enough for using on your own computer, but if you want to redistribute your build,
Expand Down

0 comments on commit 06a9143

Please sign in to comment.