File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 submodules: recursive
1515 - name: Install fontconfig
1616 if: runner.os == 'Linux'
17- run: sudo apt-get update && sudo apt-get install -y fontconfig
17+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
1818 - uses: actions-rs/toolchain@v1
1919 with:
2020 toolchain: stable
Original file line number Diff line number Diff line change 1414 submodules: recursive
1515 - name: Install fontconfig
1616 if: runner.os == 'Linux'
17- run: sudo apt-get update && sudo apt-get install -y fontconfig
17+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
1818 - uses: actions-rs/toolchain@v1
1919 with:
2020 toolchain: stable
Original file line number Diff line number Diff line change 99 steps:
1010 - uses: actions/checkout@v4
1111 - name: Install fontconfig
12- run: sudo apt-get update && sudo apt-get install -y fontconfig
12+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
1313 - uses: actions-rs/toolchain@v1
1414 with:
1515 profile: minimal
2626 with:
2727 submodules: recursive
2828 - name: Install fontconfig
29- run: sudo apt-get update && sudo apt-get install -y fontconfig
29+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
3030 - uses: actions-rs/toolchain@v1
3131 with:
3232 toolchain: 1.88.0
4343 submodules: recursive
4444 - name: Install fontconfig
4545 if: runner.os == 'Linux'
46- run: sudo apt-get update && sudo apt-get install -y fontconfig
46+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
4747 - uses: actions-rs/toolchain@v1
4848 with:
4949 toolchain: stable
6363 with:
6464 submodules: recursive
6565 - name: Install fontconfig
66- run: sudo apt-get update && sudo apt-get install -y fontconfig
66+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
6767 - uses: actions-rs/toolchain@v1
6868 with:
6969 toolchain: stable
7979 with:
8080 submodules: recursive
8181 - name: Install fontconfig
82- run: sudo apt-get update && sudo apt-get install -y fontconfig
82+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
8383 - uses: actions-rs/cargo@v1
8484 with:
8585 command: build
Original file line number Diff line number Diff line change 1414 submodules: recursive
1515 - name: Install fontconfig
1616 if: runner.os == 'Linux'
17- run: sudo apt-get update && sudo apt-get install -y fontconfig
17+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
1818 - uses: actions-rs/toolchain@v1
1919 with:
2020 toolchain: stable
Original file line number Diff line number Diff line change 3030 uses: actions/checkout@v4
3131
3232 - name: Install fontconfig
33- run: sudo apt-get update && sudo apt-get install -y fontconfig
33+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
3434
3535 - name: Install Rust toolchain
3636 uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
Original file line number Diff line number Diff line change 1212 with:
1313 submodules: recursive
1414 - name: Install fontconfig
15- run: sudo apt-get update && sudo apt-get install -y fontconfig
15+ run: sudo apt-get update && sudo apt-get install -y libfontconfig-dev
1616 - name: Install WASM tool chain
1717 run: rustup target add wasm32-unknown-unknown
1818 - name: Check WASM Target Compiles
You can’t perform that action at this time.
0 commit comments