Skip to content

Commit 67cfe20

Browse files
committed
Or ubuntu 20.04
1 parent e8b27c4 commit 67cfe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-code-style/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: Install code checking tools if on Ubuntu
15-
if: inputs.os == 'ubuntu-latest'
15+
if: inputs.os == 'ubuntu-latest' || inputs.os == 'ubuntu-20.04'
1616
run: |
1717
# Install Clang (including clang-format) through LLVM's preferred mechanism:
1818
# https://apt.llvm.org/

0 commit comments

Comments
 (0)