We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642dcb9 commit bd45785Copy full SHA for bd45785
.github/workflows/github-release.yml
@@ -48,6 +48,8 @@ jobs:
48
steps:
49
- name: Checkout
50
uses: actions/checkout@v2
51
+ with:
52
+ submodules: true
53
- name: Install Rust
54
uses: hecrj/setup-rust-action@v1
55
with:
0 commit comments