Skip to content

Commit

Permalink
ci: Test with sudo install
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Oct 10, 2024
1 parent 776cd0c commit dbef364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build source files
shell: bash
run: |
apt install -y subversion rsync git
sudo apt install -y subversion rsync git
yarn
npx tsc
yarn gulp deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build source files
shell: bash
run: |
apt install -y subversion rsync git
sudo apt install -y subversion rsync git
yarn
npx tsc
yarn gulp deploy
Expand Down

0 comments on commit dbef364

Please sign in to comment.