mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Change macOS CI workflow to use 1.10.5 thirdparty with C++ packages
This commit is contained in:
parent
4bc97420be
commit
a57df32037
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -23,11 +23,11 @@ jobs:
|
|||||||
- name: Get thirdparty packages (macOS)
|
- name: Get thirdparty packages (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
curl -O https://www.panda3d.org/download/panda3d-1.10.4.1/panda3d-1.10.4.1-tools-mac.tar.gz
|
curl -O https://www.panda3d.org/download/panda3d-1.10.5/panda3d-1.10.5-tools-mac.tar.gz
|
||||||
tar -xf panda3d-1.10.4.1-tools-mac.tar.gz
|
tar -xf panda3d-1.10.5-tools-mac.tar.gz
|
||||||
mv panda3d-1.10.4.1/thirdparty thirdparty
|
mv panda3d-1.10.5/thirdparty thirdparty
|
||||||
rmdir panda3d-1.10.4.1
|
rmdir panda3d-1.10.5
|
||||||
(cd thirdparty/darwin-libs-a && rm -rf ode openal vrpn openexr assimp rocket)
|
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user