Skip to content

Commit

Permalink
fix: disable Linux and Windows builds due to icon issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Apr 23, 2024
1 parent 0f6017e commit 1701fcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
- platform: 'ubuntu-latest'
args: ''
- platform: 'windows-latest'
args: ''
# TODO: issue building w/ icons
# - platform: 'ubuntu-20.04'
# args: ''
# - platform: 'windows-latest'
# args: ''

runs-on: ${{ matrix.settings.platform }}
steps:
Expand All @@ -40,7 +41,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: install dependencies (ubuntu only)
if: matrix.settings.platform == 'ubuntu-latest'
if: matrix.settings.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<h1><code>c2pa-preview</code></h1>
<p>
<a href="https://github.com/ok-nick/c2pa-preview/releases"><img src="https://img.shields.io/badge/-macOS-black?style=flat-square&logo=apple&log" alt="macOS" /></a>
<a href="https://github.com/ok-nick/c2pa-preview/releases"><img src="https://img.shields.io/badge/-Windows-blue?style=flat-square&logo=windows&logoColor=white" alt="Windows" /></a>
<a href="https://github.com/ok-nick/c2pa-preview/releases"><img src="https://img.shields.io/badge/-Linux-yellow?style=flat-square&logo=linux&logoColor=white" alt="Linux" /></a>
<!-- <a href="https://github.com/ok-nick/c2pa-preview/releases"><img src="https://img.shields.io/badge/-Windows-blue?style=flat-square&logo=windows&logoColor=white" alt="Windows" /></a> -->
<!-- <a href="https://github.com/ok-nick/c2pa-preview/releases"><img src="https://img.shields.io/badge/-Linux-yellow?style=flat-square&logo=linux&logoColor=white" alt="Linux" /></a> -->
<br>
<a href="https://github.com/ok-nick/c2pa-preview/actions/workflows/check.yml"><img src="https://github.com/ok-nick/c2pa-preview/actions/workflows/check.yml/badge.svg" alt="check" /></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion assets/icons/icon.icns
Git LFS file not shown

0 comments on commit 1701fcb

Please sign in to comment.