File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: ghash
3
3
on :
4
4
pull_request :
5
5
paths :
6
+ - " .github/workflows/ghash.yml"
6
7
- " ghash/**"
7
8
- " Cargo.*"
8
9
push :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: poly1305
3
3
on :
4
4
pull_request :
5
5
paths :
6
+ - " .github/workflows/poly1305.yml"
6
7
- " poly1305/**"
7
8
- " Cargo.*"
8
9
push :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: polyval
3
3
on :
4
4
pull_request :
5
5
paths :
6
+ - " .github/workflows/polyval.yml"
6
7
- " polyval/**"
7
8
- " Cargo.*"
8
9
push :
@@ -187,7 +188,7 @@ jobs:
187
188
matrix :
188
189
include :
189
190
- target : aarch64-unknown-linux-gnu
190
- rust : nightly
191
+ rust : nightly-2022-03-01
191
192
runs-on : ubuntu-latest
192
193
steps :
193
194
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments