Skip to content

Commit fd5a834

Browse files
committed
Fix sid build
1 parent 4410d31 commit fd5a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-sid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install repo
1313
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install wget && wget -O key.deb https://deb1.ws.maxmaton.nl/key.deb && DEBIAN_FRONTEND=noninteractive apt-get --yes install ./key.deb && echo "deb [signed-by=/usr/share/keyrings/maxmaton.gpg] http://deb.maxmaton.nl/debian sid main non-free" > /etc/apt/sources.list.d/maxmaton.list
1414
- name: Install dependencies
15-
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes git install build-essential gem scrypt sshpass gem2deb ruby-actionpack ruby-activesupport
15+
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install git build-essential gem scrypt sshpass gem2deb ruby-actionpack ruby-activesupport
1616
- uses: actions/checkout@v3
1717
name: Check out repository
1818
- name: Build gem

0 commit comments

Comments
 (0)