Skip to content

Commit

Permalink
Or ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysdev committed Dec 17, 2024
1 parent e8b27c4 commit 67cfe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-code-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Install code checking tools if on Ubuntu
if: inputs.os == 'ubuntu-latest'
if: inputs.os == 'ubuntu-latest' || inputs.os == 'ubuntu-20.04'
run: |
# Install Clang (including clang-format) through LLVM's preferred mechanism:
# https://apt.llvm.org/
Expand Down

0 comments on commit 67cfe20

Please sign in to comment.