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 }}