Skip to content

Commit

Permalink
Update build-ubuntu-22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Aug 8, 2024
1 parent e2b4707 commit 1116634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# install dev-dependencies
sudo apt-get update; \
sudo apt-get -y install dotnet-sdk-6.0 git cmake ninja-build build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev
sudo apt-get -y install dotnet6 git cmake ninja-build build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev

(cd src/Miningcore && \
BUILDIR=${1:-../../build} && \
Expand Down

0 comments on commit 1116634

Please sign in to comment.