I want to build my app with a github action but the tauri-apps/tauri-action@v0 fails with the error shown in the image. I have used the example workflow from https://tauri.app/v1/guides/building/cross-platform#example-workflow.
Tauri relies heavily on native libraries and toolchains, so meaningful cross-compilation is not possible at the current moment. The next best option is to compile utilizing a CI/CD pipeline hosted on something like [GitHub Actions], Azure Pipelines, GitLab, or other options. The pipeline can run the compilation for each platform simultaneously m...