Skip to content

Commit

Permalink
Revert to npm i, clean install deletes needed links for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Aug 7, 2023
1 parent e5ad9ab commit edbab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm i
- run: npm run asbuild:proto
if: ${{ github.ref == 'refs/heads/main' }}
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit edbab99

Please sign in to comment.