From 20e90ed3c4227aa89819ec7c14f12e50dcf87a8f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 16 Apr 2022 20:08:20 +0300 Subject: [PATCH] fix wording in os2.yml --- .github/workflows/os2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/os2.yml b/.github/workflows/os2.yml index af13b9c..c948576 100644 --- a/.github/workflows/os2.yml +++ b/.github/workflows/os2.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: open-watcom/setup-watcom@v0 - - name: Build SDL2 + - name: Build physfs.dll run: | cd src wmake -f Makefile.os2 @@ -18,4 +18,3 @@ jobs: cd src wmake -f Makefile.os2 distclean cd .. -