Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Apr 26, 2024
1 parent 0c5d2f8 commit bdbac44
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rebuild_native_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
env
sudo sysctl -w fs.file-max=500000
sudo apt-get update -y
sudo apt-get install -y nasm g++-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu gcc-mingw-w64 g++-mingw-w64
sudo apt-get install -y nasm g++-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu
- name: Install rs-cross
run: |
cargo install cross
Expand Down Expand Up @@ -216,10 +216,7 @@ jobs:
env
sudo sysctl -w fs.file-max=500000
sudo apt-get update -y
sudo apt-get install -y nasm g++-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu gcc-mingw-w64 g++-mingw-w64
- name: Install rs-cross
run: |
cargo install cross
sudo apt-get install -y nasm gcc-mingw-w64 g++-mingw-w64
- name: Generate Makefiles
run: |
cd ./core
Expand Down

0 comments on commit bdbac44

Please sign in to comment.