Commit 7fbb36b8 authored by George Hotz's avatar George Hotz

ugh, we have to build unicorn for ubuntu

parent 36ce0212
......@@ -13,6 +13,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm
- name: Install unicorn
run: |
curl -LO https://github.com/unicorn-engine/unicorn/archive/1.0.3.tar.gz
tar xvf 1.0.3.tar.gz
cd unicorn-1.0.3
UNICORN_ARCHS=mips make -j8
sudo UNICORN_ARCHS=mips make install
- name: Install yarn
run: |
npm install --global yarn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment