Skip to content

Commit

Permalink
Use npm ci
Browse files Browse the repository at this point in the history
Build liberica first
  • Loading branch information
konsumlamm committed Dec 26, 2023
1 parent b2bf0c1 commit 8238cb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
target
liberica/node_modules
key: ${{ runner.os }}-mister-x
- name: Build robusta
run: |
cd robusta
cargo build
- name: Build liberica
run: |
cd liberica
npm install
npm ci
npm run build
- name: Build robusta
run: |
cd robusta
cargo build

0 comments on commit 8238cb5

Please sign in to comment.