Skip to content

Commit c26a7c5

Browse files
committed
Auto merge of #2992 - RalfJung:ci, r=RalfJung
CI tweaks
2 parents 8cf4f41 + 5cf1416 commit c26a7c5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@ on:
1010
branches:
1111
- 'master'
1212
schedule:
13-
- cron: '6 6 * * *' # At 6:06 UTC every day.
14-
15-
env:
16-
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
13+
- cron: '11 5 * * *' # At 5:11 UTC every day.
1714

1815
defaults:
1916
run:
2017
shell: bash
2118

2219
jobs:
2320
build:
24-
runs-on: ${{ matrix.os }}
25-
env:
26-
RUST_BACKTRACE: 1
27-
HOST_TARGET: ${{ matrix.host_target }}
2821
strategy:
2922
fail-fast: false
3023
matrix:
@@ -35,6 +28,10 @@ jobs:
3528
host_target: x86_64-apple-darwin
3629
- os: windows-latest
3730
host_target: i686-pc-windows-msvc
31+
runs-on: ${{ matrix.os }}
32+
env:
33+
RUST_BACKTRACE: 1
34+
HOST_TARGET: ${{ matrix.host_target }}
3835
steps:
3936
- uses: actions/checkout@v3
4037

0 commit comments

Comments
 (0)