We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63448dc commit a6308acCopy full SHA for a6308ac
.github/workflows/packages.yml
@@ -18,13 +18,14 @@ jobs:
18
build-deb:
19
name: Build DEB
20
runs-on: ubuntu-22.04
21
+ container: debian:bullseye
22
steps:
23
- uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
27
- name: Install dependencies
- run: sudo apt-get update && sudo apt-get install -y debhelper dpkg-dev build-essential libssl-dev pkg-config unixodbc-dev lintian
28
+ run: apt-get update && apt-get install -y debhelper dpkg-dev build-essential libssl-dev pkg-config unixodbc-dev lintian
29
30
- uses: dtolnay/rust-toolchain@stable
31
0 commit comments