Explorar el Código

fix wording in os2.yml

Ozkan Sezer hace 4 años
padre
commit
20e90ed3c4
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .github/workflows/os2.yml

+ 1 - 2
.github/workflows/os2.yml

@@ -8,7 +8,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - uses: open-watcom/setup-watcom@v0
       - uses: open-watcom/setup-watcom@v0
-      - name: Build SDL2
+      - name: Build physfs.dll
         run: |
         run: |
           cd src
           cd src
           wmake -f Makefile.os2
           wmake -f Makefile.os2
@@ -18,4 +18,3 @@ jobs:
           cd src
           cd src
           wmake -f Makefile.os2 distclean
           wmake -f Makefile.os2 distclean
           cd ..
           cd ..
-