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 1e073e6 commit e244903Copy full SHA for e244903
1 file changed
.github/workflows/build-binaries-with-sharp.yml
@@ -7,7 +7,7 @@ name: Session Desktop
7
on:
8
push:
9
branches:
10
- - master
+ - plop
11
pull_request:
12
13
- master
@@ -100,7 +100,7 @@ jobs:
100
generate_release_metadata: true
101
- identifier: deb-25-10
102
electron_target: deb
103
- cache_suffix: linux-deb
+ cache_suffix: linux-deb-25-10
104
is_qa: false
105
ubuntu_version: 25.10
106
@@ -113,6 +113,7 @@ jobs:
113
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114
115
steps:
116
+ - run: apt update && apt install -y git
117
- run: git config --global core.autocrlf false
118
119
- name: Checkout git repo
0 commit comments