mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Meta: Use sudo to unpack wabt package in CI
The self-hosted runner doesn't run the commands as root.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 17:14:54 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/83883bf3cb
3
.github/workflows/libjs-test262.yml
vendored
3
.github/workflows/libjs-test262.yml
vendored
@@ -53,7 +53,8 @@ jobs:
|
||||
test -e /opt/wabt-1.0.27 || (
|
||||
cd /tmp
|
||||
wget https://github.com/WebAssembly/wabt/releases/download/1.0.27/wabt-1.0.27-ubuntu.tar.gz
|
||||
tar xf wabt-1.0.27-ubuntu.tar.gz -C /opt
|
||||
sudo tar xf wabt-1.0.27-ubuntu.tar.gz -C /opt
|
||||
rm wabt-1.0.27-ubuntu.tar.gz
|
||||
)
|
||||
|
||||
- name: Setup Python
|
||||
|
||||
Reference in New Issue
Block a user