From 673b76499e58fba7b739e3b670c39e4460dba290 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 15:27:57 -0600 Subject: [PATCH] Remove --debug --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index caa6cec..fcae97e 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -73,4 +73,4 @@ jobs: run: yes | cargo binstall cargo-zigbuild - name: Debug builds - run: cargo zigbuild --debug --target ${{ matrix.target }} + run: cargo zigbuild --target ${{ matrix.target }}