diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7d4df8..4732f3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |