We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a36fd2 commit f76f84dCopy full SHA for f76f84d
.github/workflows/libjs-test262.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: |
51
sudo apt-get update
52
- sudo apt-get install -y ninja-build unzip gcc-13 g++-13 jq wget curl zip tar autoconf autoconf-archive automake pkg-config libgl1-mesa-dev
+ sudo apt-get install -y ninja-build unzip gcc-13 g++-13 jq wget curl zip tar autoconf autoconf-archive automake nasm pkg-config libgl1-mesa-dev
53
test -e /opt/wabt-1.0.35 || (
54
cd /tmp
55
wget https://github.com/WebAssembly/wabt/releases/download/1.0.35/wabt-1.0.35-ubuntu-20.04.tar.gz
0 commit comments