Skip to content

Commit 0184f3e

Browse files
committed
Fix typo in github action
1 parent c1edc63 commit 0184f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-rcr-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install platform tooling
2727
timeout-minutes: 10
2828
run: |
29-
sudo apt-get -qq npm
29+
sudo apt-get -qq install npm
3030
sudo npm install -g pnpm
3131
3232
# Checkout this repository and all submodules.

0 commit comments

Comments
 (0)