File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
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
@@ -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
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