Skip to content

Commit

Permalink
ci: install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Sep 10, 2023
1 parent 25fc787 commit 1632f8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
node-version: '18'

- name: Install Yarn
run: npm install -g yarn

- name: Clone VSCodium repo
env:
VSCODIUM_LATEST: ${{ github.event.inputs.vscodium_latest }}
Expand Down

0 comments on commit 1632f8b

Please sign in to comment.