Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio authored Mar 25, 2024
1 parent f7dded0 commit 2d0203a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel
- name: Versions
run: node -v && npm -v && dotnet --version && node -p process.arch
- if: runner.os == 'macOS'
name: Remove Mono from macOS
run: |
Expand Down

0 comments on commit 2d0203a

Please sign in to comment.