Skip to content

Commit 17c4a50

Browse files
committed
I made a mistake
1 parent 37695fb commit 17c4a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: choco install gperf
2323
- name: "Install gperf"
2424
if: ${{ matrix.os == 'ubuntu-latest' }}
25-
run: apt-get -qy --no-install-recommend install gperf
25+
run: apt-get -qy install gperf
2626
- name: "Checkout code"
2727
uses: "actions/checkout@v5"
2828
- name: "Setup Ruby"

0 commit comments

Comments
 (0)