Skip to content

Commit

Permalink
fix for sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Jan 24, 2025
1 parent e6bb558 commit 94cce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: '20.x'
- name: Update Ubuntu and install libjpeg-dev
run: |
sudo apt-get update && apt-get install libjpeg-dev
sudo apt-get update && sudo apt install libjpeg-dev
- name: Build and test WebARKitLib
run: |
cd tests && mkdir build && cd build && cmake -DEMSCRIPTEN_COMP=0 .. && make && ./webarkit_test
Expand Down

0 comments on commit 94cce94

Please sign in to comment.