Skip to content

Commit

Permalink
ci: debian:bookworm for cross builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 11, 2024
1 parent d3043bf commit 4b0cad2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ jobs:
cross-build:
name: ${{ matrix.host.name }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container: debian:bookworm

strategy:
fail-fast: false
Expand Down Expand Up @@ -308,8 +309,8 @@ jobs:

- name: Install dependency packages
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends ccache ${{ matrix.host.packages }}
apt-get update
apt-get install --no-install-recommends -y ccache ${{ matrix.host.packages }}
echo "CCACHE_DIR=${{ runner.temp }}/ccache" >> "$GITHUB_ENV"
- name: Depends fingerprint (1)
Expand Down

0 comments on commit 4b0cad2

Please sign in to comment.