mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
workflow: Use thirdparty packages for 1.10.10 instead of 1.10.9
This commit is contained in:
parent
3d1328fafb
commit
541b9471b5
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -20,16 +20,16 @@ jobs:
|
||||
shell: powershell
|
||||
run: |
|
||||
$wc = New-Object System.Net.WebClient
|
||||
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.9/panda3d-1.10.9-tools-win64.zip", "thirdparty-tools.zip")
|
||||
$wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.10/panda3d-1.10.10-tools-win64.zip", "thirdparty-tools.zip")
|
||||
Expand-Archive -Path thirdparty-tools.zip
|
||||
Move-Item -Path thirdparty-tools/panda3d-1.10.9/thirdparty -Destination .
|
||||
Move-Item -Path thirdparty-tools/panda3d-1.10.10/thirdparty -Destination .
|
||||
- name: Get thirdparty packages (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
curl -O https://www.panda3d.org/download/panda3d-1.10.9/panda3d-1.10.9-tools-mac.tar.gz
|
||||
tar -xf panda3d-1.10.9-tools-mac.tar.gz
|
||||
mv panda3d-1.10.9/thirdparty thirdparty
|
||||
rmdir panda3d-1.10.9
|
||||
curl -O https://www.panda3d.org/download/panda3d-1.10.10/panda3d-1.10.10-tools-mac.tar.gz
|
||||
tar -xf panda3d-1.10.10-tools-mac.tar.gz
|
||||
mv panda3d-1.10.10/thirdparty thirdparty
|
||||
rmdir panda3d-1.10.10
|
||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user