mirror of https://github.com/YosysHQ/yosys.git
ci: Update to Node.JS 20
This commit is contained in:
parent
878ac02179
commit
6df1337d71
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: unzip
|
- name: unzip
|
||||||
run: unzip yosys-win32-vcxsrc-latest.zip
|
run: unzip yosys-win32-vcxsrc-latest.zip
|
||||||
- name: setup-msbuild
|
- name: setup-msbuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v2
|
||||||
- name: MSBuild
|
- name: MSBuild
|
||||||
working-directory: yosys-win32-vcxsrc-latest
|
working-directory: yosys-win32-vcxsrc-latest
|
||||||
run: msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0
|
run: msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0
|
||||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
echo "procs=$(nproc)" >> $GITHUB_ENV
|
echo "procs=$(nproc)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout Yosys
|
- name: Checkout Yosys
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Build yosys
|
- name: Build yosys
|
||||||
|
|
Loading…
Reference in New Issue