Skip to content

Commit 62aed51

Browse files
committed
another
1 parent c36f3c8 commit 62aed51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,12 @@ runs:
7373
$process = Start-Process -FilePath cmd.exe -ArgumentList $Arguments -Wait -PassThru -WindowStyle Hidden
7474
shell: ${{ inputs.shell_type }}
7575

76-
- name: Patch libcitygml CMakeLists.txt
76+
- name: Patch CMakeLists.txt
7777
run: |
7878
FILE="3rdparty/libcitygml/CMakeLists.txt"
7979
if grep -q "cmake_minimum_required(VERSION 2.8)" "$FILE"; then
8080
sed -i '' 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.5)/' "$FILE"
8181
fi
82-
shell: ${{ inputs.shell_type }}
83-
84-
- name: Patch glTF-SDK CMakeLists.txt
85-
run: |
8682
FILE="3rdparty/glTF-SDK/CMakeLists.txt"
8783
if grep -q "cmake_minimum_required(VERSION 2.8)" "$FILE"; then
8884
sed -i '' 's/cmake_minimum_required(VERSION 2.8)/cmake_minimum_required(VERSION 3.5)/' "$FILE"

0 commit comments

Comments
 (0)