From 7f6dd76663de631b8606816f6348f7896911a0e5 Mon Sep 17 00:00:00 2001 From: Shiipou Date: Thu, 5 Sep 2024 21:09:52 +0000 Subject: [PATCH] ci: fix permissive isn't a feature of my app --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |