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 37695fb commit 17c4a50Copy full SHA for 17c4a50
.github/workflows/gem-compile.yml
@@ -22,7 +22,7 @@ jobs:
22
run: choco install gperf
23
- name: "Install gperf"
24
if: ${{ matrix.os == 'ubuntu-latest' }}
25
- run: apt-get -qy --no-install-recommend install gperf
+ run: apt-get -qy install gperf
26
- name: "Checkout code"
27
uses: "actions/checkout@v5"
28
- name: "Setup Ruby"
0 commit comments