File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1313 runs-on : windows-latest
1414 strategy :
1515 matrix :
16- node-version : ['20.x', '21.x', '22.x' ]
16+ node-version : ['20.x', '21.x']
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Use Node.js ${{ matrix.node-version }}
2626 Expand-Archive gtk.zip -DestinationPath "C:\GTK"
2727 Invoke-WebRequest "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.4/libjpeg-turbo-2.0.4-vc64.exe" -OutFile "libjpeg.exe" -UserAgent NativeHost
2828 .\libjpeg.exe /S
29+ - name : Install Anthrope font
30+ run : |
31+ Copy-Item -Path "${{ github.workspace }}\\testData\\Anthrope.ttf" -Destination "$Env:WINDIR\Fonts"
32+ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Anthrope (TrueType)" /t REG_SZ /d "Anthrope.ttf" /f
2933 - name : Add msbuild to PATH
3034 uses : microsoft/setup-msbuild@v1.1
3135 with :
You can’t perform that action at this time.
0 commit comments