File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Daily
2
2
3
3
on :
4
4
workflow_dispatch :
5
- schedule :
6
- - cron : ' 0 0 * * *' # runs daily at 00:00
5
+ # schedule:
6
+ # - cron: '0 0 * * *' # runs daily at 00:00
7
7
8
8
jobs :
9
9
check-release :
Original file line number Diff line number Diff line change 22
22
- uses : dtolnay/rust-toolchain@stable
23
23
with :
24
24
targets : x86_64-unknown-linux-gnu
25
- toolchain : 1.81 .0
25
+ toolchain : 1.84 .0
26
26
- name : install dependencies
27
27
run : |
28
28
sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev
73
73
- uses : dtolnay/rust-toolchain@stable
74
74
with :
75
75
targets : x86_64-pc-windows-msvc
76
- toolchain : 1.81 .0
76
+ toolchain : 1.84 .0
77
77
78
78
- name : Build
79
79
run : |
@@ -118,7 +118,7 @@ jobs:
118
118
- uses : dtolnay/rust-toolchain@stable
119
119
with :
120
120
targets : x86_64-apple-darwin
121
- toolchain : 1.81 .0
121
+ toolchain : 1.84 .0
122
122
123
123
- name : Environment Setup
124
124
run : |
@@ -165,7 +165,7 @@ jobs:
165
165
- uses : dtolnay/rust-toolchain@stable
166
166
with :
167
167
targets : aarch64-apple-darwin
168
- toolchain : 1.81 .0
168
+ toolchain : 1.84 .0
169
169
170
170
171
171
- name : Environment
You can’t perform that action at this time.
0 commit comments