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
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9.0.X'
|
dotnet-version: '9.0.X'
|
||||||
- run: pip install gitchangelog
|
- run: pip install gitchangelog --break-system-packages
|
||||||
- name: Update inputs and publish
|
- name: Update inputs and publish
|
||||||
env:
|
env:
|
||||||
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
|
SESSION_COOKIE: ${{ secrets.AOC_SESSION_COOKIE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user