From c96d6dfc5a0465300690558ab7fe7cf825a7fb7d Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Sun, 30 Aug 2026 22:24:05 -0500 Subject: [PATCH] Remove Linux from CI build for now --- .github/workflows/publish.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf63dfb..cbfcee2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - target: x86_64-unknown-linux-gnu - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - os: macos-latest target: aarch64-apple-darwin - os: macos-latest @@ -36,12 +32,6 @@ jobs: with: targets: ${{ matrix.target }} - - name: Install system dependencies (Linux) - if: runner.os == 'Linux' - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev libglib2.0-dev libgobject-2.0-dev libgio-2.0-dev libayatana-appindicator3-dev - - name: Setup Node uses: actions/setup-node@v4 with: