Skip to content

Commit

Permalink
try install again
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 10, 2024
1 parent 8f4cd14 commit 57de275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'npm' # This tells the setup-node action to cache npm dependencies

- name: Install dependencies
run: npm install --include=optional && npm install @nx/nx-linux-x64-gnu && npm run build
run: npm install --include=optional && npm run build

- uses: actions/checkout@v3
- name: Deploy
Expand Down

0 comments on commit 57de275

Please sign in to comment.