Skip to content

Commit

Permalink
Remove image_suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 17, 2024
1 parent 8d282c5 commit dddb1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 240

container:
image: ${{matrix.image_prefix}}${{matrix.debian}}${{matrix.image_suffix}}
image: ${{matrix.image_prefix}}${{matrix.debian}}
steps:
- name: Get dependencies
run: apt-get update && apt-get install -yq wget debhelper build-essential cmake git rename libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev python3 ccache
Expand Down

0 comments on commit dddb1b3

Please sign in to comment.