Skip to content

Commit

Permalink
Install fpc in coverage workflow
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
edomora97 committed Feb 10, 2020
1 parent e7101e7 commit d8bb052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
set -xe
sudo apt update
sudo apt install -yy curl build-essential python libseccomp-dev
sudo apt install -yy curl build-essential python libseccomp-dev fpc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup default nightly
source $HOME/.cargo/env
Expand Down

0 comments on commit d8bb052

Please sign in to comment.