Skip to content

Commit

Permalink
ci: print something as sudo in fedora container
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Oct 14, 2024
1 parent bb4e123 commit 393c705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use sudo command
run: sudo echo foo

- name: Build rpm package for ${{ matrix.dist-version }}
run: ./dist/redhat/build_rpm.sh --target ${{ matrix.dist-version }}

Expand Down

0 comments on commit 393c705

Please sign in to comment.