Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHuang authored and ChHuang committed Jul 18, 2024
1 parent bf81cdd commit e2355aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
steps:
- name: Install osc
run: |
apt-get update -y
apt-get install -y osc
sudo apt-get update -y
sudo apt-get install -y osc
- name: Config osc
run: >-
cat > $HOME/.oscrc <<EOF
Expand Down

0 comments on commit e2355aa

Please sign in to comment.