We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-20
ubuntu-20.04
1 parent 824cd1a commit d82b3ddCopy full SHA for d82b3dd
.github/workflows/desktop.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: pnpm i
52
53
- name: Install Ubuntu dependencies
54
- if: matrix.config.os == 'ubuntu-20'
+ if: matrix.config.os == 'ubuntu-20.04'
55
working-directory: apps/desktop
56
run: make install-ubuntu-prerequisites
57
0 commit comments