We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2331fd1 commit 841e4bdCopy full SHA for 841e4bd
.github/workflows/build.yml
@@ -31,10 +31,6 @@ jobs:
31
restore-keys: |
32
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-
33
${{ runner.os }}-cargo-
34
-
35
- - name: Install cargo-bundle (macOS)
36
- if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.os == 'macos-latest'}}
37
- run: cargo install cargo-bundle
38
39
- name: Build
40
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
0 commit comments