Skip to content

Commit

Permalink
Fix build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jun 12, 2024
1 parent 0366188 commit 8a87f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: ${{ matrix.build.tool }} build --release --target ${{ matrix.build.target }} --features uniffi
run: ${{ matrix.build.tool }} build --release --target ${{ matrix.build.target }}

- name: Archive
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8a87f76

Please sign in to comment.