mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
workflow: Update to 1.10.9 thirdparty tools for Windows
It includes an updated version of flex
This commit is contained in:
parent
ce235c3e60
commit
06484566b3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -124,16 +124,16 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: thirdparty
|
path: thirdparty
|
||||||
key: ci-cmake-${{ runner.OS }}-thirdparty-v1.10.8-r3
|
key: ci-cmake-${{ runner.OS }}-thirdparty-v1.10.9-r1
|
||||||
- name: Install dependencies (Windows)
|
- name: Install dependencies (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
if (!(Test-Path thirdparty/win-libs-vc14-x64)) {
|
if (!(Test-Path thirdparty/win-libs-vc14-x64)) {
|
||||||
$wc = New-Object System.Net.WebClient
|
$wc = New-Object System.Net.WebClient
|
||||||
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-win64.zip", "thirdparty-tools.zip")
|
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.9/panda3d-1.10.9-tools-win64.zip", "thirdparty-tools.zip")
|
||||||
Expand-Archive -Path thirdparty-tools.zip
|
Expand-Archive -Path thirdparty-tools.zip
|
||||||
Move-Item -Path thirdparty-tools/panda3d-1.10.8/thirdparty -Destination .
|
Move-Item -Path thirdparty-tools/panda3d-1.10.9/thirdparty -Destination .
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: ccache (non-Windows)
|
- name: ccache (non-Windows)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user