We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a03ee commit cfb4f00Copy full SHA for cfb4f00
1 file changed
.github/workflows/debugger-action.yml
@@ -1,9 +1,18 @@
1
name: debugger-action
2
on: workflow_dispatch
3
jobs:
4
- debugger-action-job:
5
- runs-on: ubuntu-latest
6
- steps:
7
- - run: touch /tmp/keepalive
8
- - name: Setup Debug Session
9
- uses: csexton/debugger-action@master
+ debugger-action-job:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Maximize Build Space
+ uses: easimon/maximize-build-space@master
+ with:
10
+ remove-dotnet: 'true'
11
+ remove-android: 'true'
12
+ remove-haskell: 'true'
13
+ remove-codeql: 'true'
14
+ remove-docker-images: 'true'
15
+
16
+ - run: touch /tmp/keepalive
17
+ - name: Setup Debug Session
18
+ uses: csexton/debugger-action@master
0 commit comments