From 7594e51e2beb8f55ddb512c7ded4d62853b645ec Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 27 Oct 2023 12:30:37 +0200 Subject: [PATCH] Update debian.yml Remove architecture in apt install dependency --- .github/workflows/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 0e6b0f4c2..e8fd5da22 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -44,7 +44,7 @@ jobs: run: | sudo add-apt-repository ppa:coffeelibs/openjdk sudo apt-get update - sudo apt-get install debhelper devscripts dput coffeelibs-jdk-${{ env.COFFEELIBS_JDK }}:amd64=${{ env.COFFEELIBS_JDK_VERSION }} libgtk2.0-0 + sudo apt-get install debhelper devscripts dput coffeelibs-jdk-${{ env.COFFEELIBS_JDK }}=${{ env.COFFEELIBS_JDK_VERSION }} libgtk2.0-0 - name: Setup Java uses: actions/setup-java@v3 with: @@ -150,4 +150,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} run: | artifacts=$(ls | grep cryptomator*.deb) - gh release upload ${{ github.ref_name }} $artifacts \ No newline at end of file + gh release upload ${{ github.ref_name }} $artifacts