diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3d81dd..ebead7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config - sh <(curl https://tea.xyz) build + sh <(curl https://tea.xyz) xc build - uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -155,7 +155,7 @@ jobs: # TODO: https://tauri.app/v1/guides/distribution/sign-linux run: | sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf pkg-config - sh <(curl https://tea.xyz) build + sh <(curl https://tea.xyz) xc build - name: build platform output id: build_platform