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 🚀