diff --git a/.cirrus.yml b/.cirrus.yml index abd65eea7..10c8f8c0c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,10 +1,10 @@ task: only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != '' matrix: - - name: FreeBSD 13.2 + - name: FreeBSD 13.4 freebsd_instance: - image_family: freebsd-13-2-snap - # Install Rust + image_family: freebsd-13-4-snap + # Install Rust setup_script: - fetch https://sh.rustup.rs -o rustup.sh - sh rustup.sh -y --profile=minimal --default-toolchain stable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91587401b..9f2f117ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.cargo key: cargo-${{ matrix.rust }} @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v2 - name: Cargo cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.cargo key: cargo-${{ matrix.rust }} @@ -61,7 +61,7 @@ jobs: rust-version: ${{ matrix.rust }} - name: Install system dependencies - run: sudo apt-get install libxkbcommon-dev libwayland-dev + run: sudo apt-get install libfontconfig1-dev libxkbcommon-dev libwayland-dev - name: Test lib no features run: cargo test --no-default-features --lib