diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 7c4568f6b..2806307bb 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -17,6 +17,9 @@ jobs: with: dotnet-version: 8.0.x + - name: Install husky (workaround) + run: npm install --global husky + - name: Install dependencies run: dotnet restore working-directory: src