build: remove banderole

This commit is contained in:
zhom
2026-01-11 21:47:23 +04:00
parent 24c6732c40
commit 9c73beaaea
5 changed files with 3 additions and 25 deletions
+2 -5
View File
@@ -27,8 +27,8 @@ jobs:
build-mode: none
- language: javascript-typescript
build-mode: none
# - language: rust
# build-mode: none
- language: rust
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
@@ -61,9 +61,6 @@ jobs:
with:
workdir: ./src-tauri
- name: Install banderole
run: cargo install banderole
- name: Install dependencies from lockfile
run: pnpm install --frozen-lockfile