We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ad37a commit 1bbff3fCopy full SHA for 1bbff3f
.github/workflows/build.yml
@@ -35,10 +35,8 @@ jobs:
35
- name: Install Rust toolchain
36
uses: actions-rs/toolchain@v1
37
with:
38
- toolchain: stable
39
target: ${{ matrix.target }}
40
profile: minimal
41
- override: true
42
43
- name: Build Docker image for cross
44
working-directory: docker
.github/workflows/docs.yml
@@ -26,9 +26,7 @@ jobs:
26
27
28
29
30
31
32
33
- name: Build docs
34
uses: actions-rs/cargo@v1
0 commit comments