From 5cb4f6b5188c272e199a548552c41f8c04045530 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 22 Dec 2020 00:38:34 +0100 Subject: [PATCH] workflow: Remove mention of removed Frameworks directory Cg is now shipped as just a regular library --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd27ffac9..496be75991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,12 +97,6 @@ jobs: mv panda3d-1.10.8/thirdparty thirdparty rmdir panda3d-1.10.8 - mkdir -p build/Frameworks - cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework build/Frameworks/Cg.framework - - mkdir -p "build/${{ matrix.config }}/Frameworks" - cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework "build/${{ matrix.config }}/Frameworks/Cg.framework" - brew install ccache - name: Install dependencies (Ubuntu)