Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored May 28, 2024
1 parent 21daeda commit 3db1745
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
pull_request:
branches: [ "main" ]

test:
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
env:
DOTNET_INSTALL_DIR: "/opt/hostedtoolcache"
steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x.x'
jobs:
dot-net:
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md
env:
DOTNET_INSTALL_DIR: "/opt/hostedtoolcache"
steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x.x'

0 comments on commit 3db1745

Please sign in to comment.