Skip to content

Commit

Permalink
ci: remove libjsoncpp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Mar 30, 2024
1 parent 20a8f03 commit 343a848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
ninja-build libgtk-3-dev liblzma-dev libstdc++-12-dev \
libsecret-1-dev libjsoncpp-dev
libsecret-1-dev
- name: Build for Linux
run: flutter build linux
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -y \
&& apt-get install -y \
curl git unzip xz-utils zip libglu1-mesa \
clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev \
libsecret-1-dev libjsoncpp-dev libsecret-1-0
libsecret-1-dev libsecret-1-0

RUN ARCH=$(case $TARGETARCH in \
x86_64) echo 'x64' ;; \
Expand Down

0 comments on commit 343a848

Please sign in to comment.