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
# =========================================================================
# 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