Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 19, 2024
1 parent 59fbd1a commit a7fd15b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
steps:
- name: Check distribution
run: |
echo "{distribution}={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" \
>> $GITHUB_OUTPUT
echo "{distribution}={$(awk -F= '/^ID=/{print $2}' /etc/os-release)}" >> $GITHUB_OUTPUT
id: check_distribution
- name: Echo distribution
run: echo ${{ steps.check_distribution.outputs.distribution }}
- name: apt-get install sudo (Ubuntu, for clang-asan)
run: apt-get install sudo
if: ${{ steps.check_distribution.outputs.distribution == 'ubuntu' }}
Expand Down

0 comments on commit a7fd15b

Please sign in to comment.