mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
CI: install poppler for windows
This commit is contained in:
parent
85baa4b965
commit
1d7a309aaf
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -56,8 +56,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install packages (Ubuntu)
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
- name: Install packages (Ubuntu and Windows)
|
||||
if: matrix.os == 'ubuntu-18.04' || matrix.os == 'windows-2019'
|
||||
run: |
|
||||
ci/ubuntu-install-packages
|
||||
|
||||
@ -76,9 +76,7 @@ jobs:
|
||||
- name: Use Cross
|
||||
if: matrix.target != ''
|
||||
run: |
|
||||
# FIXME: to work around bugs in latest cross release, install master.
|
||||
# See: https://github.com/rust-embedded/cross/issues/357
|
||||
cargo install --git https://github.com/rust-embedded/cross
|
||||
cargo install cross
|
||||
echo "CARGO=cross" >> $GITHUB_ENV
|
||||
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
|
||||
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user