Browse Source

workflow: Remove mention of removed Frameworks directory

Cg is now shipped as just a regular library
rdb 5 years ago
parent
commit
5cb4f6b518
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .github/workflows/ci.yml

+ 0 - 6
.github/workflows/ci.yml

@@ -97,12 +97,6 @@ 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
 
 
-        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
         brew install ccache
 
 
     - name: Install dependencies (Ubuntu)
     - name: Install dependencies (Ubuntu)