Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Kudaraidee/miningcore into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Aug 9, 2024
2 parents 8456c5d + 6dc74ed commit 8032c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Build dependencies
run: sudo apt-get install -y cmake cmake ninja-build build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5-dev libgmp-dev
run: sudo apt-get -y install dotnet6 git cmake ninja-build build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit 8032c79

Please sign in to comment.