Commit c720045 1 parent a192354 commit c720045 Copy full SHA for c720045
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
- main
6
6
pull_request : {}
7
7
schedule :
8
- - cron : ' 0 0 * * 0'
8
+ - cron : " 0 0 * * 0"
9
9
10
10
jobs :
11
11
lint-commits :
30
30
with :
31
31
python-version : " 3.13"
32
32
- name : Install native dependencies
33
- run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1 .0-dev libcairo2-dev
33
+ run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2 .0-dev libcairo2-dev
34
34
- name : Cache Python packages
35
35
uses : actions/cache@v4
36
36
with :
54
54
with :
55
55
python-version : " 3.13"
56
56
- name : Install native dependencies
57
- run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1 .0-dev plantuml libcairo2-dev
57
+ run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2 .0-dev plantuml libcairo2-dev
58
58
- name : Cache Python packages
59
59
uses : actions/cache@v4
60
60
with :
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
python-version : ${{ matrix.python-version }}
107
107
- name : Install native dependencies
108
- run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1 .0-dev libcairo2-dev
108
+ run : sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2 .0-dev libcairo2-dev
109
109
- name : Cache Python packages
110
110
uses : actions/cache@v4
111
111
with :
@@ -133,7 +133,7 @@ jobs:
133
133
- test
134
134
- docs
135
135
steps :
136
- - name : ' Generate token'
136
+ - name : " Generate token"
137
137
id : generate_token
138
138
uses : tibdex/github-app-token@v2
139
139
with :
You can’t perform that action at this time.
0 commit comments