From def99a9e4dd4115097aa8db90bfd70711a634ebe Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 29 Mar 2020 17:09:52 -0700 Subject: [PATCH] Update release job to fix 6.0.0 release --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 779566c5..bf43ed0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Build release binary run: cargo build --verbose --locked --release @@ -25,6 +27,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Install Rust run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y @@ -47,6 +51,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Build run: cargo build --locked --verbose --release