Skip to content

Commit

Permalink
馃挌 ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoginUwU committed Nov 15, 2022
1 parent 817c748 commit 4af6069
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 19
- name: install node tools
run: npm install --global windows-build-tools
- name: install node-gyp
run: npm install --global node-gyp@latest
- name: Set node config to use python2.7
run: npm config set python python2.7
- name: Set node config to set msvs_version to 2015
run: npm config set msvs_version 2015
- name: Work around for Windows Server 2019
run: set path=%path%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down

0 comments on commit 4af6069

Please sign in to comment.