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 9ad827a commit 24c0832Copy full SHA for 24c0832
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
if: ${{ matrix.os == 'ubuntu-latest' }}
17
run: |
18
sudo apt update -qy
19
- sudo apt install libgdbm5 libgdbm-dev
+ sudo apt install libgdbm6 libgdbm-dev
20
- name: Set up Ruby
21
uses: ruby/setup-ruby@v1
22
with:
0 commit comments