File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Session Desktop
77on :
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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments