Skip to content

Commit

Permalink
Add nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 committed Jan 15, 2024
1 parent 2ccbba1 commit 52eaeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/max-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Ubuntu Dependencies
run: |
sudo apt update
sudo apt install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev cmake
sudo apt install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev cmake nasm
- name: Cache toolchain
id: cache-toolchain
Expand Down
2 changes: 1 addition & 1 deletion toolchain/make_cross_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source ./MaxOS.sh
if [ "$1" != "--no-deps" ]; then
msg "Installing extra dependencies"
sudo apt update
sudo apt install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev cmake
sudo apt install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev cmake nasm
fi

# Make A Directory For The Cross Compiler
Expand Down

0 comments on commit 52eaeda

Please sign in to comment.