Skip to content

Commit

Permalink
fix: specify runtime identifier to dotnet restore (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabynevada authored Jun 19, 2023
1 parent 7216ca7 commit a0fed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- os: ubuntu-latest
runtime: linux-x64
- os: macos-latest
runtime: osx.12-x64
runtime: osx-x64
dotnet: ['8.x']
steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet }}

- name: Restore dependencies
run: dotnet restore
run: dotnet restore --runtime ${{ matrix.runtime }}

- name: Build
run: dotnet build --no-restore
Expand Down

0 comments on commit a0fed29

Please sign in to comment.