Skip to content

Commit

Permalink
feature builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed Apr 26, 2020
1 parent c1f7c6c commit 1f4ff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies for default features on linux
if: matrix.os == 'ubuntu-latest' && matrix.features == 'default'
if: matrix.os == 'ubuntu-latest' && matrix.feature_build == 'default'
run: sudo apt-get install libdbus-1-dev libxcb-shape0 libxcb-shape0-dev libxcb-xfixes0-dev libxcb-xfixes0
- name: Build
run: .ci/build.sh
Expand Down

0 comments on commit 1f4ff7b

Please sign in to comment.