Skip to content

Commit

Permalink
🐛 chore: install yarn on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DoginUwU committed Jul 9, 2023
1 parent 0e7ec78 commit a696430
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
run: |
npm install --global node-gyp@latest
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- name: Install yarn
run: npm install --global yarn
- name: Install dependencies
run: npm ci --force
run: yarn install
- name: Build
run: npm run make --platform win32
run: yarn make --platform win32
- name: Generate Changelog
run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt
- name: Release
Expand Down

0 comments on commit a696430

Please sign in to comment.