Fix a couple of comments

This commit is contained in:
Leland Lucius 2020-01-06 09:03:45 -06:00
parent 777cc0a14e
commit f50171ed00
1 changed files with 2 additions and 3 deletions

View File

@ -72,14 +72,14 @@ jobs:
path: wxroot path: wxroot
# ========================================================================= # =========================================================================
# WINDOWS: Setup Nuget (for all versions of Ubuntu) # WINDOWS: Setup Nuget (for all versions of Windows)
# ========================================================================= # =========================================================================
- name: Setup Nuget - name: Setup Nuget
uses: nuget/setup-nuget@v1 uses: nuget/setup-nuget@v1
if: startswith( matrix.os, 'windows' ) if: startswith( matrix.os, 'windows' )
# ========================================================================= # =========================================================================
# WINDOWS: Build (for all versions of Ubuntu) # WINDOWS: Build (for all versions of Windows)
# ========================================================================= # =========================================================================
- name: Build Windows - name: Build Windows
if: startswith( matrix.os, 'windows' ) if: startswith( matrix.os, 'windows' )
@ -154,7 +154,6 @@ jobs:
shell: bash shell: bash
run: | run: |
set -x set -x
set
# Setup environment # Setup environment
sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake zip sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake zip