Skip to content

Commit

Permalink
ABC
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Nov 20, 2023
1 parent 161c63b commit a216285
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install basic libraries
run: sudo apt-get update; sudo apt install libheif-dev ffmpeg -y
run: sudo apt update; sudo apt install libheif-dev ffmpeg -y

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cli_eyra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install basic libraries
run: sudo apt-get update; sudo apt install -y ffmpeg
run: sudo apt update; sudo apt install -y ffmpeg

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install basic libraries
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev -y
run: sudo apt update; sudo apt install libheif-dev -y

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install basic libraries
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev -y
run: sudo apt update; sudo apt install libgtk-4-dev libheif-dev -y

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Dependencies
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev librsvg2-dev wget fuse libfuse2 -y
run: sudo apt update; sudo apt install libgtk-4-dev libheif-dev librsvg2-dev wget fuse libfuse2 -y

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Dependencies
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev librsvg2-dev wget fuse libfuse2 -y xvfb
run: sudo apt update; sudo apt install libgtk-4-dev libheif-dev librsvg2-dev wget fuse libfuse2 -y xvfb

- name: Setup rust version
run: rustup default ${{ matrix.toolchain }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Gtk 4
run: sudo apt-get update; sudo apt install -y libgtk-4-dev libheif-dev -y
run: sudo apt update; sudo apt install -y libgtk-4-dev libheif-dev -y

- name: Check the format
run: cargo fmt --all -- --check
Expand Down
2 changes: 1 addition & 1 deletion instructions/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Flathub page with Czkawka can be found [**here**](https://flathub.org/apps/detai
### PPA - Debian/Ubuntu (unofficial)
```
sudo add-apt-repository ppa:xtradeb/apps
sudo apt-get update
sudo apt update
sudo apt-get install czkawka
```

Expand Down

0 comments on commit a216285

Please sign in to comment.