mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Update build_documents.yml
This commit is contained in:
parent
85326c9487
commit
c36886f9ff
12
.github/workflows/build_documents.yml
vendored
12
.github/workflows/build_documents.yml
vendored
@ -38,16 +38,16 @@ jobs:
|
||||
choco install -y 7zip.commandline
|
||||
choco install -y lua51
|
||||
choco install -y luarocks
|
||||
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\vcvarsall.bat"
|
||||
dir "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\"
|
||||
$env:PATH += "C:\ProgramData\chocolatey\lib\luarocks\luarocks-2.4.4-win32\systree\bin"
|
||||
$env:LUA_PATH += "C:\ProgramData\chocolatey\lib\luarocks\luarocks-2.4.4-win32\systree\share\lua\5.1\?.lua;C:\ProgramData\chocolatey\lib\luarocks\luarocks-2.4.4-win32\systree\share\lua\5.1\?\init.lua"
|
||||
$env:LUA_CPATH += "C:\ProgramData\chocolatey\lib\luarocks\luarocks-2.4.4-win32\systree\lib\lua\5.1\?.dll"
|
||||
luarocks install luafilesystem 1.6.3-2
|
||||
luarocks install markdown 0.32-2
|
||||
luarocks install metalua-compiler 0.7.3-1
|
||||
luarocks install metalua-parser 0.7.3-2
|
||||
luarocks install penlight 0.9.8-1
|
||||
luarocks install checks
|
||||
#luarocks install markdown 0.32-2
|
||||
#luarocks install metalua-compiler 0.7.3-1
|
||||
#luarocks install metalua-parser 0.7.3-2
|
||||
#luarocks install penlight 0.9.8-1
|
||||
#luarocks install checks
|
||||
|
||||
- name: Build done
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user