Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 19, 2023
1 parent 91942be commit e3dff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
dotnet add ${{ env.TEST_PROJECT_NAME }} package
${{ env.PROJECT_NAME }} -v ${GITHUB_REF_NAME#v}
- name: 'Build test project'
run: >
run: |
dotnet build
# fixes "CS8630: Invalid 'nullable' value: 'Enable' for C# 7.3"
--property:Nullable=disable
Expand Down

0 comments on commit e3dff36

Please sign in to comment.