Update main.yml

Add build dependency
This commit is contained in:
Shawn Iverson 2020-05-16 21:15:00 -04:00 committed by GitHub
parent cf20901d0c
commit d1b27696c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: ~/msbuilds/*
test:
needs: [build]
name: Test install on Ubuntu
runs-on: ubuntu-latest
steps: