Description
I'm experiencing a failure in my CI pipeline when building a Snap package. The issue appears to be caused by a known problem in the canonical/action-build GitHub Action, specifically described here: canonical/action-build#94.
The build consistently fails during the Snap build step, even though the configuration and project setup seem correct. This suggests the problem is not with my repository itself, but with the action’s current behavior.
Steps to reproduce
- Run CI workflow with Snap build using
canonical/action-build
- Observe failure during the build step
Expected behavior
The Snap package should build successfully in CI.
Actual behavior
The build fails due to the issue described in #94.
Additional context
This issue blocks successful CI builds and deployment of the Snap package.
Description
I'm experiencing a failure in my CI pipeline when building a Snap package. The issue appears to be caused by a known problem in the
canonical/action-buildGitHub Action, specifically described here: canonical/action-build#94.The build consistently fails during the Snap build step, even though the configuration and project setup seem correct. This suggests the problem is not with my repository itself, but with the action’s current behavior.
Steps to reproduce
canonical/action-buildExpected behavior
The Snap package should build successfully in CI.
Actual behavior
The build fails due to the issue described in #94.
Additional context
This issue blocks successful CI builds and deployment of the Snap package.