ci: fix bug with dependency install in CI, refs: NOISSUE
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9.0.X'
|
||||
- run: pip install gitchangelog
|
||||
- run: pip install gitchangelog --break-system-packages
|
||||
- name: Update inputs and publish
|
||||
env:
|
||||
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
|
||||
|
||||
Reference in New Issue
Block a user