CI: Install nasm on the test262 runner

This commit is contained in:
Timothy Flynn 2024-07-09 17:47:13 -04:00 committed by Tim Flynn
parent 2a36fd2aed
commit f76f84d687
Notes: sideshowbarker 2024-07-16 19:57:55 +09:00

View file

@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
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
test -e /opt/wabt-1.0.35 || (
cd /tmp
wget https://github.com/WebAssembly/wabt/releases/download/1.0.35/wabt-1.0.35-ubuntu-20.04.tar.gz