Skip to content

Commit

Permalink
Testing GitHub Actions Runner Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottArbeit committed Oct 26, 2023
1 parent 6ec2735 commit 0e0f450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:

jobs:
build:

runs-on: arc-runner-set

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
include-prerelease: true
#include-prerelease: true
dotnet-quality: 'preview'
- name: Restore dependencies
run: dotnet restore Grace.sln
working-directory: src
Expand Down

0 comments on commit 0e0f450

Please sign in to comment.