Skip to content

Commit

Permalink
check fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 19, 2024
1 parent b1fec05 commit f8778df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
- name: Install sudo (Linux)
if: runner.os == 'Linux'
run: |
if command -v cat
. /etc/os-release
echo $ID
if $ID=="fedora"
then
cat /etc/os-release
echo "RUNNING FEDORA!"
fi
if command -v hostnamectl
then
Expand Down

0 comments on commit f8778df

Please sign in to comment.