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 a0e007e commit cc48f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jobs:
name: ${{ env.PACKAGES_DIRECTORY }}
path: ${{ env.PACKAGES_DIRECTORY }}
- name: 'Configure NuGet'
run: >
run: |
dotnet nuget add source ${{ env.PACKAGES_DIRECTORY }} --name ${{ env.LOCAL_SOURCE_NAME }}
&& cat > nuget.config << EOF
cat > nuget.config <<EOF
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSourceMapping>
Expand Down

0 comments on commit cc48f38

Please sign in to comment.