Skip to content

Commit

Permalink
ci(cd): update linux gnu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored Dec 2, 2024
1 parent 3e09ac8 commit cd04c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-tmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
node-version: lts/Iron

- name: Install package dependencies
run: npm ci && npm i -g @rollup/rollup-linux-x64-gnu
run: npm ci

- name: Install Linux GNU
run: npm i -D @rollup/rollup-linux-x64-gnu

- name: Build the App
run: npm run build
Expand Down

0 comments on commit cd04c9c

Please sign in to comment.