From 5e316fd53cb8f7694c4b1c4d4c688dc4ba5e8d87 Mon Sep 17 00:00:00 2001 From: Decho Kocharin Date: Fri, 14 Jun 2024 10:45:27 +0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c828af9d3..c5006796d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -2,9 +2,9 @@ name: .NET on: push: - branches: [ master, dev ] + branches: [ dev ] pull_request: - branches: [ master, dev ] + branches: [ dev ] jobs: build: @@ -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: