Skip to content

Commit 5f164d8

Browse files
authored
Fix formatting errors
1 parent dfc196b commit 5f164d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
run: sudo apt-get update && sudo apt-get install cmake clang ninja-build libx11-dev libgtk-3-dev libssl-dev webkit2gtk-driver libsecret-1-dev libc6-dev libsoup2.4-dev libxtst-dev libwebkit2gtk-4.0-dev -y --no-install-recommends
1414
- name: Configure
1515
run: mkdir -p build; cd build; cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release ..
16-
- name: Build
17-
run: cd build; cmake --build . --config release --target install
16+
- name: Build
17+
run: cd build; cmake --build . --config release --target install
1818
- name: Compress App
1919
run: cd build/Release && zip -r -9 UnityHubNative-Linux.zip *.AppImage
2020
- name: Archive and upload artifacts
@@ -33,8 +33,8 @@ jobs:
3333
submodules: true
3434
- name: Configure
3535
run: mkdir -p build; cd build; cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release ..
36-
- name: Builld
37-
run: cd build; cmake --build . --config release --target install
36+
- name: Builld
37+
run: cd build; cmake --build . --config release --target install
3838
- name: Compress App
3939
run: cd build/release && zip -r -9 UnityHubNative-macOS.zip *.app
4040
- name: Archive and upload artifacts
@@ -52,9 +52,9 @@ jobs:
5252
with:
5353
submodules: true
5454
- name: Configure
55-
run: mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release .. ;
56-
- name: Build
57-
run: cd build; cmake --build . --config release --target install
55+
run: mkdir build; cd build; cmake -DCMAKE_BUILD_TYPE=Release .. ;
56+
- name: Build
57+
run: cd build; cmake --build . --config release --target install
5858
- name: Compress App
5959
run: cd build\Release ; Compress-Archive -Path .\*.exe -DestinationPath UnityHubNative-win64.zip
6060
- name: Archive and upload artifacts

0 commit comments

Comments
 (0)