mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 06:10:03 +00:00
Remove uneeded step
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -131,14 +131,6 @@ jobs:
|
||||
unzip OpenSSL.zip
|
||||
cd ..
|
||||
|
||||
- name: Setup PATH
|
||||
shell: cmd
|
||||
run: |
|
||||
set PATH=D:\Qt\5.6.3\mingw49_32\bin;D:/Qt/Tools/mingw492_32\bin;
|
||||
set PATH=%CD%\zlib;%CD%\zlib\bin;%PATH%
|
||||
set PATH=%CD%\OpenSSL;%PATH%
|
||||
set PATH=C:\hostedtoolcache\windows\Java_Zulu_jdk\8.0.292-10\x86\bin;%PATH%
|
||||
|
||||
- name: Build
|
||||
shell: cmd
|
||||
if: steps.build-cached.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user