Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jan 12, 2024
1 parent fda9435 commit 97d3c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Display initial swap space
run: |
echo "Initial swap space:"
sudo swapon --show
swapon --show
- name: Maximize build space
uses: easimon/maximize-build-space@master
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Display updated swap space
run: |
echo "Updated swap space:"
sudo swapon --show
swapon --show
- name: Checkout base branch and/or merge
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 97d3c84

Please sign in to comment.