We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d570e9 commit 03ec6d0Copy full SHA for 03ec6d0
.github/workflows/actions.yaml
@@ -33,7 +33,7 @@ jobs:
33
target
34
key: ${{ matrix.runner }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35
- name: Установка зависимостей (Linux)
36
- if: matrix.os == linux
+ if: matrix.os == 'linux'
37
run: sudo apt install -y build-essential libssl-dev pkg-config cmake libgtk-3-dev libclang-dev
38
- name: Сборка бинарного файла
39
run: cargo build --release
0 commit comments