Skip to content

Commit c285f9c

Browse files
committedJul 27, 2022
Remove cargo feature
1 parent 0ff3319 commit c285f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/matrix-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
# Set to force version number, e.g., when no tag exists.
17-
LEET_VERSION: TEST-0.0.2
17+
LEET_VERSION: TEST-0.0.3
1818
outputs:
1919
upload_url: ${{ steps.release.outputs.upload_url }}
2020
leet_version: ${{ env.LEET_VERSION }}
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
use-cross: ${{ matrix.builds.cross }}
115115
command: build
116-
args: --release --target ${{ matrix.builds.target }} --features ${{ matrix.builds.features }} ${{ matrix.builds.target_bins }}
116+
args: --release --target ${{ matrix.builds.target }} ${{ matrix.builds.target_bins }}
117117

118118
- name: Artifact upload
119119
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)
Please sign in to comment.