start method is needed for tests

This commit is contained in:
Peter Salomonsen
2023-04-05 18:42:40 +00:00
parent 19bc437915
commit c429178758
3 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ tasks:
- init: |
wget https://github.com/WebAssembly/wabt/releases/download/1.0.32/wabt-1.0.32-ubuntu.tar.gz
tar -xvzf wabt-1.0.32-ubuntu.tar.gz
sudo cp wabt-1.0.32/bin/* /usr/bin
sudo apt install nasm