Skip to content

Commit

Permalink
Try to fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Jan 1, 2024
1 parent ab2d977 commit b5debb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
dotnet-version: 6.0.x
- name: Install Mac workload
working-directory: ./Atomic
run: dotnet workload install macos
run: dotnet workload install macos && dotnet workload restore
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit b5debb7

Please sign in to comment.