From f50171ed006fb55a1b22585b7c7ecc8ad02555cb Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 6 Jan 2020 09:03:45 -0600 Subject: [PATCH] Fix a couple of comments --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d390dd64..4a9979a3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,14 +72,14 @@ jobs: path: wxroot # ========================================================================= - # WINDOWS: Setup Nuget (for all versions of Ubuntu) + # WINDOWS: Setup Nuget (for all versions of Windows) # ========================================================================= - name: Setup Nuget uses: nuget/setup-nuget@v1 if: startswith( matrix.os, 'windows' ) # ========================================================================= - # WINDOWS: Build (for all versions of Ubuntu) + # WINDOWS: Build (for all versions of Windows) # ========================================================================= - name: Build Windows if: startswith( matrix.os, 'windows' ) @@ -154,7 +154,6 @@ jobs: shell: bash run: | set -x - set # Setup environment sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake zip