Skip to content

Commit 8185f98

Browse files
committed
chore: plop
1 parent 1e073e6 commit 8185f98

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

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

Lines changed: 6 additions & 5 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
@@ -92,15 +92,15 @@ jobs:
9292
is_qa: false
9393
ubuntu_version: 24.04
9494
generate_release_metadata: true
95-
- identifier: deb-25.05
95+
- identifier: deb-25.04
9696
electron_target: deb
97-
cache_suffix: linux-deb-25.05
97+
cache_suffix: linux-deb-25.04
9898
is_qa: false
99-
ubuntu_version: 25.05
99+
ubuntu_version: 25.04
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
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)