Skip to content

Commit

Permalink
testing deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Feb 23, 2024
1 parent 3abbc54 commit 05e6310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
- uses: actions/checkout@master
- name: Install cargo-deb
run: cargo install -f cargo-deb
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: musl-tools # provides musl-gcc
version: 1.0
- name: Install musl toolchain
run: rustup target add x86_64-unknown-linux-musl
- name: Deb Build
Expand Down

0 comments on commit 05e6310

Please sign in to comment.