From 79cd9edb36a543679fbe7e97ab55db08c470bedc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:14:08 +0000 Subject: [PATCH] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa6fcc6ba..c85c61e85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -337,9 +337,7 @@ jobs: node-version-file: test/e2e/.node-version cache: npm cache-dependency-path: test/e2e/package-lock.json - - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 + - run: "sudo apt-get update\nsudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 \n" - uses: browser-actions/setup-firefox@955a5d42b5f068a8917c6a4ff1656a2235c66dfb # v1.5.2 if: matrix.browser_name == 'firefox' with: @@ -374,9 +372,7 @@ jobs: node-version-file: test/e2e/.node-version cache: npm cache-dependency-path: test/e2e/package-lock.json - - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 + - run: "sudo apt-get update\nsudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 \n" - uses: browser-actions/setup-firefox@955a5d42b5f068a8917c6a4ff1656a2235c66dfb # v1.5.2 if: matrix.browser_name == 'firefox' with: @@ -486,9 +482,7 @@ jobs: node-version-file: test/e2e/.node-version cache: npm cache-dependency-path: test/e2e/package-lock.json - - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 + - run: "sudo apt-get update\nsudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 \n" - uses: browser-actions/setup-firefox@955a5d42b5f068a8917c6a4ff1656a2235c66dfb # v1.5.2 if: matrix.browser_name == 'firefox' with: @@ -517,9 +511,7 @@ jobs: node-version-file: test/e2e/.node-version cache: npm cache-dependency-path: test/e2e/package-lock.json - - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 + - run: "sudo apt-get update\nsudo apt-get install -y libgtk-3-0 libdbus-glib-1-2 libx11-xcb1 libxtst6 \n" - uses: browser-actions/setup-firefox@955a5d42b5f068a8917c6a4ff1656a2235c66dfb # v1.5.2 if: matrix.browser_name == 'firefox' with: