diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6761fec8..cbc547f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,16 @@ jobs: runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v4 + with: + submodules: true + fetch-depth: 0 - uses: moonrepo/setup-rust@v1 with: targets: ${{ matrix.target }} + - name: Install musl tools + run: sudo apt-get update && sudo apt-get install -y musl-tools + - run: cargo build --locked --release --bin cargo-codspeed --target ${{ matrix.target }} - name: Upload Release Asset