File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1414 - name : Checkout sources
1515 uses : actions/checkout@v2
1616
17+ - name : Install fontconfig and pkg-config
18+ run : sudo apt-get update && sudo apt-get install -y libfontconfig1-dev pkg-config
19+
1720 - name : Install stable toolchain
1821 uses : actions-rs/toolchain@v1
1922 with :
5356 toolchain : ${{ matrix.rust }}
5457 override : true
5558
59+ - name : Install fontconfig and pkg-config
60+ run : sudo apt-get update && sudo apt-get install -y libfontconfig1-dev pkg-config
61+
5662 - name : Run tests
5763 uses : actions-rs/cargo@v1
5864 with :
6975 toolchain : nightly
7076 override : true
7177
78+ - name : Install fontconfig and pkg-config
79+ run : sudo apt-get update && sudo apt-get install -y libfontconfig1-dev pkg-config
80+
7281 - name : Install cargo-tarpaulin
7382 uses : actions-rs/install@v0.1
7483 with :
You can’t perform that action at this time.
0 commit comments