diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7bb289f..ac47d0d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,7 +3,7 @@ on: [push, pull_request] name: Continuous integration env: - TARGET_PLATFORM: --target x86_64-pc-windows-gnu + TARGET_PLATFORM: x86_64-pc-windows-gnu APT_PACKAGES: mingw-w64 jobs: