Skip to content

Commit

Permalink
Merge pull request #704 from mcneel/curtis/enable-net8-sdk-compilation
Browse files Browse the repository at this point in the history
Use setup-dotnet action to install the full dotnet sdk including windows bits
  • Loading branch information
cwensley authored Jan 14, 2025
2 parents e04d2d7 + 5982d8f commit c1ecf6b
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 c1ecf6b

Please sign in to comment.