diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0af7084..812f976 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -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 diff --git a/README.md b/README.md index 0e28417..ef864f3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@
c2pa-preview