Browse Source

Fix typo and formatting

Danil Kolumbet 4 years ago
parent
commit
2d7054d798
2 changed files with 11 additions and 11 deletions
  1. 10 10
      .github/workflows/ci.yml
  2. 1 1
      build_msvc.bat

+ 10 - 10
.github/workflows/ci.yml

@@ -58,13 +58,13 @@ jobs:
     runs-on: macos-latest
     runs-on: macos-latest
     name: FreeBSD LLVM Clang build
     name: FreeBSD LLVM Clang build
     steps:
     steps:
-    - uses: actions/checkout@v2
-    - name: Build on FreeBSD
-      id: build
-      uses: vmactions/[email protected]
-      with:
-        usesh: true
-        prepare: pkg install -y sdl2 pkgconf
-        run: |
-          freebsd-version
-          make
+      - uses: actions/checkout@v2
+      - name: Build on FreeBSD
+        id: build
+        uses: vmactions/[email protected]
+        with:
+          usesh: true
+          prepare: pkg install -y sdl2 pkgconf
+          run: |
+            freebsd-version
+            make

+ 1 - 1
build_msvc.bat

@@ -1,5 +1,5 @@
 @echo off
 @echo off
-rem launch this from msvs-enabled console
+rem launch this from msvc-enabled console
 
 
 set CXXFLAGS=/std:c++17 /O2 /FC /W4 /WX /nologo
 set CXXFLAGS=/std:c++17 /O2 /FC /W4 /WX /nologo
 set INCLUDES=/I SDL2\include
 set INCLUDES=/I SDL2\include