mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
workflow: Fix GitHub Actions CI with latest thirdparty packages
This commit is contained in:
parent
4747e6e4df
commit
b73052260c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -97,6 +97,9 @@ jobs:
|
|||||||
mv panda3d-1.10.8/thirdparty thirdparty
|
mv panda3d-1.10.8/thirdparty thirdparty
|
||||||
rmdir panda3d-1.10.8
|
rmdir panda3d-1.10.8
|
||||||
|
|
||||||
|
# Temporary hack so that pzip can run, since we are about to remove Cg anyway.
|
||||||
|
install_name_tool -id "$(pwd)/thirdparty/darwin-libs-a/nvidiacg/lib/libCg.dylib" thirdparty/darwin-libs-a/nvidiacg/lib/libCg.dylib
|
||||||
|
|
||||||
brew install ccache
|
brew install ccache
|
||||||
|
|
||||||
- name: Install dependencies (Ubuntu)
|
- name: Install dependencies (Ubuntu)
|
||||||
@ -121,7 +124,7 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: thirdparty
|
path: thirdparty
|
||||||
key: ci-cmake-${{ runner.OS }}-thirdparty-v1.10.8-r1
|
key: ci-cmake-${{ runner.OS }}-thirdparty-v1.10.8-r3
|
||||||
- name: Install dependencies (Windows)
|
- name: Install dependencies (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user