Skip to content

Commit

Permalink
Remove cargo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Jul 27, 2022
1 parent 0ff3319 commit c285f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Set to force version number, e.g., when no tag exists.
LEET_VERSION: TEST-0.0.2
LEET_VERSION: TEST-0.0.3
outputs:
upload_url: ${{ steps.release.outputs.upload_url }}
leet_version: ${{ env.LEET_VERSION }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
use-cross: ${{ matrix.builds.cross }}
command: build
args: --release --target ${{ matrix.builds.target }} --features ${{ matrix.builds.features }} ${{ matrix.builds.target_bins }}
args: --release --target ${{ matrix.builds.target }} ${{ matrix.builds.target_bins }}

- name: Artifact upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c285f9c

Please sign in to comment.