Skip to content

Commit

Permalink
Add step to update Ubuntu and install libjpeg-dev in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Jan 24, 2025
1 parent 2c6d320 commit e6bb558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Update Ubuntu and install libjpeg-dev
run: |
sudo apt-get update && apt-get 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 e6bb558

Please sign in to comment.