Skip to content

Commit e4b913a

Browse files
committed
Update for optimize Git LFS
1 parent 9e4b64e commit e4b913a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ jobs:
155155
runs-on: macos-latest
156156
steps:
157157
- uses: actions/checkout@v2
158-
#with:
159-
# lfs: true
158+
with:
159+
lfs: true
160160
- name: Build
161161
run: |
162162
brew install libomp

Projects/Editor/Source/Editor/Space/GUIHierarchy/CGUIHierarchyController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ namespace Skylicht
204204
if (tree == NULL)
205205
return;
206206

207-
if (press = true)
207+
if (press == true)
208208
{
209209
if (key == GUI::KEY_F2)
210210
{

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
toolchain: Cygwin
1414
configuration: Release
1515
cmake_args: -B ./PrjCygwin -G "Unix Makefiles" -DBUILD_BULLET_PHYSIC_LIB=OFF -DBUILD_SHARED_LIBS=ON
16+
GIT_LFS_SKIP_SMUDGE: 1
1617

1718
# Win32/x86/Release
1819
# - platform: Win32 x86
@@ -21,6 +22,7 @@ environment:
2122
# configuration: Release
2223
# cmake_args: -B ./PrjVisualStudio -G "Visual Studio 15 2017" -A Win32 -DBUILD_BULLET_PHYSIC_LIB=OFF -DBUILD_SHARED_LIBS=ON
2324
# cmake_build: /verbosity:minimal /maxcpucount
25+
# GIT_LFS_SKIP_SMUDGE: 1
2426

2527
# clone directory
2628
clone_folder: C:\Projects\Skylicht_Engine

0 commit comments

Comments
 (0)