Skip to content

Add Linux system dependencies for Wails builds#2

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-not-working-actions
Draft

Add Linux system dependencies for Wails builds#2
Copilot wants to merge 2 commits intomainfrom
copilot/fix-not-working-actions

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

GitHub Actions workflow was failing on Linux runners due to missing system libraries required by Wails.

Changes

  • Added installation step for libgtk-3-dev and libwebkit2gtk-4.1-dev on Linux runners
  • Applied to both build.yml and main.yml workflows
  • Conditioned on runner.os == 'Linux' to avoid running on Windows/macOS
- name: Install Linux dependencies
  if: runner.os == 'Linux'
  run: |
    sudo apt-get update
    sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev

Workflow runs will require manual approval before execution (GitHub security policy for bot PRs).

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • wails.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: https://github.com/Softweal/aitools/actions/workflows/main.yml

not working actions


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: emrekayik <54414075+emrekayik@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix non-functional actions in workflow Add Linux system dependencies for Wails builds Feb 11, 2026
Copilot AI requested a review from emrekayik February 11, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants