Skip to content

Commit

Permalink
set "sudo_ex" default as true
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Aug 16, 2024
1 parent 60c4431 commit 553973c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: workflow
tools: wine-stable
path: /Applications /Library
sudo_ex: true
verbose: true
- id: test
run: |
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
cache: workflow
tools: wine-stable
path: /Applications /Library
sudo_ex: true
verbose: true
- id: test
if: steps.check.outputs.continue == 'yes'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
path: { required: false, type: string }
cache: { required: false, type: string, default: yes }
sudo: { required: false, type: boolean, default: false }
sudo_ex: { required: false, type: boolean, default: false }
sudo_ex: { required: false, type: boolean, default: true }
verbose: { required: false, type: boolean, default: false }

outputs:
Expand Down

0 comments on commit 553973c

Please sign in to comment.