We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5482545 commit aefa8f0Copy full SHA for aefa8f0
.github/workflows/ci.yaml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Checkout repository
25
uses: actions/checkout@v2
26
+ with:
27
+ fetch-depth: 0
28
29
- name: Install Rust toolchain
30
uses: actions-rs/toolchain@v1
0 commit comments