We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cf4f41 + 5cf1416 commit c26a7c5Copy full SHA for c26a7c5
.github/workflows/ci.yml
@@ -10,21 +10,14 @@ on:
10
branches:
11
- 'master'
12
schedule:
13
- - cron: '6 6 * * *' # At 6:06 UTC every day.
14
-
15
-env:
16
- CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'
+ - cron: '11 5 * * *' # At 5:11 UTC every day.
17
18
defaults:
19
run:
20
shell: bash
21
22
jobs:
23
build:
24
- runs-on: ${{ matrix.os }}
25
- env:
26
- RUST_BACKTRACE: 1
27
- HOST_TARGET: ${{ matrix.host_target }}
28
strategy:
29
fail-fast: false
30
matrix:
@@ -35,6 +28,10 @@ jobs:
35
host_target: x86_64-apple-darwin
36
- os: windows-latest
37
host_target: i686-pc-windows-msvc
31
+ runs-on: ${{ matrix.os }}
32
+ env:
33
+ RUST_BACKTRACE: 1
34
+ HOST_TARGET: ${{ matrix.host_target }}
38
steps:
39
- uses: actions/checkout@v3
40
0 commit comments