Skip to content

Commit

Permalink
ci: fix permissive isn't a feature of my app
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Sep 5, 2024
1 parent ec89b3a commit 7f6dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
use-cross: true
command: build
args: --release -F cli -F permissive --target ${{ matrix.target }}
args: --release -F cli --target ${{ matrix.target }}

- name: Rename artifact to platform specific name
run: |
Expand Down

0 comments on commit 7f6dd76

Please sign in to comment.