Skip to content

Commit dbef364

Browse files
author
Chris Gårdenberg
committed
ci: Test with sudo install
1 parent 776cd0c commit dbef364

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-workflow-deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build source files
2424
shell: bash
2525
run: |
26-
apt install -y subversion rsync git
26+
sudo apt install -y subversion rsync git
2727
yarn
2828
npx tsc
2929
yarn gulp deploy

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build source files
2525
shell: bash
2626
run: |
27-
apt install -y subversion rsync git
27+
sudo apt install -y subversion rsync git
2828
yarn
2929
npx tsc
3030
yarn gulp deploy

0 commit comments

Comments
 (0)