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 2256bf5 commit feb0e0eCopy full SHA for feb0e0e
.github/workflows/post-release.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
fetch-depth: 1
81
- name: Install packages (Ubuntu)
82
- if: matrix.os == 'ubuntu-18.04'
+ if: matrix.os == 'ubuntu-20.04'
83
run: |
84
sudo apt-get update
85
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
0 commit comments