Skip to content

Commit

Permalink
Fix predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 17, 2021
1 parent 3370318 commit 6f0d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
override: true
target: ${{ matrix.target }}
- name: Install musl tools
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get install -y musl-tools
- name: Workaround xcode shenanigans
Expand Down

0 comments on commit 6f0d247

Please sign in to comment.