File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ jobs:
106
106
apt update
107
107
apt install -y ninja-build cmake g++
108
108
- name : Clone MeshOptimizer
109
- # checkout v4 uses Node 20 which doesn't work on Ubuntu 18.04
110
- uses : actions/checkout@v3.6.0
111
- with :
112
- repository : zeux/meshoptimizer
113
- ref : v${{ env.MESHOPTIMIZER_VERSION }}
114
- path : meshoptimizer
109
+ # actions/ checkout@v2 and any newer uses a Node version that doesn't work
110
+ # on Ubuntu 18.04, v1 on the other hand clones to some completely insane
111
+ # location. Let's just ditch that crap.
112
+ run : |
113
+ git clone https://github.com/zeux/meshoptimizer
114
+ cd meshoptimizer && git checkout v${{ env.MESHOPTIMIZER_VERSION }}
115
115
- name : Build & install
116
116
run : |
117
117
mkdir meshoptimizer-build && cd meshoptimizer-build
You can’t perform that action at this time.
0 commit comments