We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda9435 commit 97d3c84Copy full SHA for 97d3c84
1 file changed
.github/workflows/tests.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Display initial swap space
34
run: |
35
echo "Initial swap space:"
36
- sudo swapon --show
+ swapon --show
37
38
- name: Maximize build space
39
uses: easimon/maximize-build-space@master
@@ -43,7 +43,7 @@ jobs:
43
- name: Display updated swap space
44
45
echo "Updated swap space:"
46
47
48
- name: Checkout base branch and/or merge
49
if: github.event_name != 'pull_request'
0 commit comments