1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
This commit is contained in:
Rafał Mikrut 2023-11-20 15:22:17 +01:00
parent 161c63b4c3
commit a216285e1a
5 changed files with 8 additions and 8 deletions

View file

@ -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 }}

View file

@ -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 }}

View file

@ -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 }}
@ -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 }}
@ -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 }}
@ -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 }}

View file

@ -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

View file

@ -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
```