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 5ef62a8 commit ed05600Copy full SHA for ed05600
.github/workflows/release.yml
@@ -52,8 +52,6 @@ jobs:
52
- uses: actions/checkout@v3
53
- uses: moonrepo/setup-rust@v0
54
with:
55
- targets: ${{ matrix.target }}
56
- cache-target: ${{ matrix.target }}/release
57
bins: cross
58
59
- run: ${{ matrix.cross && 'cross' || 'cargo' }} build --locked --release --features vendored-openssl --bin cargo-codspeed --target ${{ matrix.target }}
0 commit comments