Skip to content

Commit

Permalink
ICEWEASEL_82.0.1_X86_BUILD2.
Browse files Browse the repository at this point in the history
  • Loading branch information
adonais committed Oct 27, 2020
1 parent 49a86b1 commit 8291c6c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/win_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
if exist mozconfig64 set m_bits=win64&set m_obj=obju64-release&call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64"
if not exist "%BUID_DIR%\mozillabuild" mkdir "%BUID_DIR%\mozillabuild"
set /p m_ver=<browser\config\version_display.txt
echo "MY_VER=%m_ver%" >> $GITHUB_ENV
echo "%BUID_DIR%\mozillabuild" >> $GITHUB_PATH
echo "MY_BITS=%m_bits%" >> $GITHUB_ENV
echo "MY_OBJ=%m_obj%" >> $GITHUB_ENV
echo "LIBPORTABLE_PATH=%BUID_DIR%\mozillabuild\clang" >> $GITHUB_ENV
echo "VC_REDISTDIR=%VCToolsRedistDir%" >> $GITHUB_ENV
echo "UCRT_REDISTDIR=%UniversalCRTSdkDir%" >> $GITHUB_ENV
echo ##[set-env name=MY_VER;]%m_ver%
echo ##[add-path]%BUID_DIR%\mozillabuild
echo ##[set-env name=MY_BITS;]%m_bits%
echo ##[set-env name=MY_OBJ;]%m_obj%
echo ##[set-env name=LIBPORTABLE_PATH;]%BUID_DIR%\mozillabuild\clang
echo ##[set-env name=VC_REDISTDIR;]%VCToolsRedistDir%
echo ##[set-env name=UCRT_REDISTDIR;]%UniversalCRTSdkDir%
shell: cmd

- name: Show envs
Expand Down

0 comments on commit 8291c6c

Please sign in to comment.