Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Samsung/Tizen.UIExtensions into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiejava committed May 12, 2022
2 parents 2d38bd6 + c9aa4c5 commit 2b3ae2c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,16 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0.200
options: --user root
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
include-prerelease: true
- name: Install Tizen workload
- name: Install tizen workload
run: |
apt-get update && apt-get install -y unzip
curl -sSL https://raw.githubusercontent.com/Samsung/Tizen.NET/release/7.0.100-preview.6/workload/scripts/workload-install.sh | bash
curl -sSL https://raw.githubusercontent.com/Samsung/Tizen.NET/main/workload/scripts/workload-install.sh | bash -s -- -d /home/runner/.dotnet
- name: Build
env:
PULLREQUEST_ID: ${{ github.event.number }}
Expand Down

0 comments on commit 2b3ae2c

Please sign in to comment.