Skip to content

Commit

Permalink
Merge pull request #14 from LucasMLK/master
Browse files Browse the repository at this point in the history
Speed ​​up compile
  • Loading branch information
LucasMLK authored Dec 16, 2024
2 parents 02f8199 + ef48354 commit 6e2da32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd randomx
mkdir build && cd build
cmake .. ${{ matrix.cmake_args }}
make
make -j4
mkdir -p ../../src/main/resources/native
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
cp *.so ../../src/main/resources/native/${{ matrix.output_lib }}
Expand Down
Binary file modified src/main/resources/native/librandomx_linux_x86_64.so
Binary file not shown.

0 comments on commit 6e2da32

Please sign in to comment.