From ab88ca6df66ff8ff28fdd12675d7cbbc869195d0 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Mon, 4 Sep 2023 17:21:55 +0300 Subject: [PATCH] [CI] Remove unneeded sudo --- .github/workflows/dev-web.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index 403cbc19b..b468f9b2a 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -37,7 +37,7 @@ jobs: - name: Enable SharedArrayBuffer for GitHub Pages run: | cd ./build/web - sudo apt-get install -y curl + apt-get install -y curl curl -fsSL https://github.com/gzuidhof/coi-serviceworker/raw/master/coi-serviceworker.js > coi-serviceworker.js sed -i 's#\( \)# \n\1#g' index.html - name: Deploy 🚀 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 794998be9..504fefc90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,7 +201,7 @@ jobs: - name: Enable SharedArrayBuffer for GitHub Pages run: | cd ./build/web - sudo apt-get install -y curl + apt-get install -y curl curl -fsSL https://github.com/gzuidhof/coi-serviceworker/raw/master/coi-serviceworker.js > coi-serviceworker.js sed -i 's#\( \)# \n\1#g' index.html - name: Deploy 🚀