Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gccornejo441 authored Feb 26, 2024
1 parent 4fe6607 commit 7bee2b8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,16 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: windows-latest

build-and-test:
runs-on: windows-latest # Avalonia desktop apps should be built on Windows for compatibility.
steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'

dotnet-version: '8.0.x' # Specify the .NET version
- name: Restore dependencies
run: dotnet restore
working-directory: ./src/InsightBytes
Expand Down

0 comments on commit 7bee2b8

Please sign in to comment.