Skip to content

Commit

Permalink
install immutable
Browse files Browse the repository at this point in the history
Signed-off-by: wadeking98 <[email protected]>
  • Loading branch information
wadeking98 committed May 30, 2024
1 parent dba3f53 commit 7f7be6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
name: library-linux-x86_64

- name: Install dependencies
run: yarn install
run: yarn install --immutable

- name: Build
run: yarn build
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
cache: "yarn"
cache-dependency-path: "wrappers/javascript"
- name: install
run: yarn install
run: yarn install --immutable

- name: Fetch Android libraries
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 7f7be6a

Please sign in to comment.