Skip to content

Commit

Permalink
Release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Aug 2, 2020
1 parent ca7c212 commit b9e4646
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install Linux dependencies
if: matrix.os == 'ubuntu-latest'
# - name: Install Linux dependencies
# if: matrix.os == 'ubuntu-latest'

- name: Install macOS dependencies
if: matrix.os == 'macOS-latest'
# - name: Install macOS dependencies
# if: matrix.os == 'macOS-latest'

- name: Install Windows dependencies
if: matrix.os == 'windows-latest'
# - name: Install Windows dependencies
# if: matrix.os == 'windows-latest'

- name: Setup
shell: bash
Expand Down

0 comments on commit b9e4646

Please sign in to comment.