Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jun 14, 2024
1 parent 04445db commit 5e316fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: .NET

on:
push:
branches: [ master, dev ]
branches: [ dev ]
pull_request:
branches: [ master, dev ]
branches: [ dev ]

jobs:
build:
Expand All @@ -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 libgmp-dev
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
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit 5e316fd

Please sign in to comment.