From: WonYoung Choi Date: Tue, 22 Sep 2020 23:58:39 +0000 (+0900) Subject: [Build] Fix build errors in github actions (#2041) X-Git-Tag: accepted/tizen/unified/20210219.040944~391 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d972f4fa2e93bf644d5b51497b0acdbef9f59afa;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Build] Fix build errors in github actions (#2041) * Update build-branches.yml * Update build-pull-request.yml --- diff --git a/.github/workflows/build-branches.yml b/.github/workflows/build-branches.yml index 302afff..a4a4d7d 100644 --- a/.github/workflows/build-branches.yml +++ b/.github/workflows/build-branches.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 3.1.402 - name: Build run: ./build.sh full diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index c98b20c..f91e5a8 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 3.1.402 - name: Get Changed Files uses: lots0logs/gh-action-get-changed-files@2.1.4