Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Nov 4, 2024
1 parent 8e6c9d3 commit 72b67a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
steps:
- name: use SCL
run: |
sudo yum install centos-release-scl
sudo yum install devtoolset-9
yum install centos-release-scl
yum install devtoolset-9
scl enable devtoolset-9 bash
- name: Checkout
Expand Down

0 comments on commit 72b67a0

Please sign in to comment.