Skip to content

Commit

Permalink
trying to setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Apr 25, 2024
1 parent 75cccbc commit 1ceed8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rebuild_native_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ jobs:
- name: Install toolchains (C/C++/NASM/Rust)
run: |
apt-get update -y
# git - required to pull submodules (asmjit)
# nasm - assembler compiler, required to build C/C++ library
# cmake - required to build C/C++ library
# build-essential - C/C++ compilers, required to build C/C++ library
# python3 - required by Rust setup script (our script)
# wget - required by Rust setup
# git - required to pull submodules (asmjit)
# nasm - assembler compiler, required to build C/C++ library
# cmake - required to build C/C++ library
# build-essential - C/C++ compilers, required to build C/C++ library
# python3 - required by Rust setup script (our script)
# wget - required by Rust setup
apt install git nasm python3 wget ca-certificates cmake build-essential -y
python3 ./.github/prepare_rust_env.py
export PATH=$HOME/.cargo/bin:$PATH
Expand Down

0 comments on commit 1ceed8d

Please sign in to comment.