mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
[CI] Remove unneeded sudo
This commit is contained in:
parent
f4f2ba06b6
commit
ab88ca6df6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dev-web.yml
vendored
2
.github/workflows/dev-web.yml
vendored
|
@ -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#\( <script src="index.js"></script>\)# <script src="coi-serviceworker.js"></script>\n\1#g' index.html
|
||||
- name: Deploy 🚀
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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#\( <script src="index.js"></script>\)# <script src="coi-serviceworker.js"></script>\n\1#g' index.html
|
||||
- name: Deploy 🚀
|
||||
|
|
Loading…
Add table
Reference in a new issue