Skip to content

Commit 94cce94

Browse files
committed
fix for sudo command
1 parent e6bb558 commit 94cce94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: '20.x'
1313
- name: Update Ubuntu and install libjpeg-dev
1414
run: |
15-
sudo apt-get update && apt-get install libjpeg-dev
15+
sudo apt-get update && sudo apt install libjpeg-dev
1616
- name: Build and test WebARKitLib
1717
run: |
1818
cd tests && mkdir build && cd build && cmake -DEMSCRIPTEN_COMP=0 .. && make && ./webarkit_test

0 commit comments

Comments
 (0)