Skip to content

Commit

Permalink
Build: Fix ubuntu-24.04 CI builds by switching to apt-get
Browse files Browse the repository at this point in the history
Ref actions/runner-images#10003.
Cherry-picked from 85f5c56.
  • Loading branch information
Krinkle committed Jun 6, 2024
1 parent e623ae3 commit 4a35dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
node-version: 18.x
- name: Install mozjs
run: |
sudo apt-fast install -y libmozjs-102-dev
sudo apt-get install -y libmozjs-102-dev
- run: npm ci
- run: npm run build
- name: Tests
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
node-version: 18.x
- name: Install mozjs
run: |
sudo apt-fast install -y libmozjs-115-dev
sudo apt-get install -y libmozjs-115-dev
- run: npm ci
- run: npm run build
- name: Tests
Expand Down

0 comments on commit 4a35dbd

Please sign in to comment.