Skip to content

Commit 91d4266

Browse files
committed
chore: plop
1 parent 1e073e6 commit 91d4266

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build-binaries-with-sharp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Session Desktop
77
on:
88
push:
99
branches:
10-
- master
10+
- plop
1111
pull_request:
1212
branches:
1313
- master
@@ -100,7 +100,7 @@ jobs:
100100
generate_release_metadata: true
101101
- identifier: deb-25-10
102102
electron_target: deb
103-
cache_suffix: linux-deb
103+
cache_suffix: linux-deb-25-10
104104
is_qa: false
105105
ubuntu_version: 25.10
106106
generate_release_metadata: true
@@ -113,6 +113,7 @@ jobs:
113113
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114

115115
steps:
116+
- run: apt update && apt install -y git yarn
116117
- run: git config --global core.autocrlf false
117118

118119
- name: Checkout git repo

actions/setup_and_build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ runs:
1313
with:
1414
node-version-file: '.nvmrc'
1515

16+
- name: Install Yarn
17+
run: npm install -g yarn
18+
shell: bash
19+
1620
- uses: actions/setup-python@v5
1721
with:
1822
python-version: '3.12'

0 commit comments

Comments
 (0)