Skip to content

Commit

Permalink
Use setup-dotnet action to install the full dotnet sdk including wind…
Browse files Browse the repository at this point in the history
…ows bits.
  • Loading branch information
cwensley committed Jan 14, 2025
1 parent e04d2d7 commit 5982d8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ jobs:

build_compute:
name: build compute
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: [check_workflow, check_src]
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: revision
id: revision
run: |
Expand Down

0 comments on commit 5982d8f

Please sign in to comment.