We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff84a6 commit bfc6a80Copy full SHA for bfc6a80
.github/workflows/ci.yml
@@ -37,23 +37,6 @@ jobs:
37
fi
38
echo "::add-path::$HOME/.cargo/bin"
39
40
- - name: Dump GitHub context
41
- env:
42
- GITHUB_CONTEXT: ${{ toJson(github) }}
43
- run: echo "$GITHUB_CONTEXT"
44
- - name: Dump runner context
45
46
- RUNNER_CONTEXT: ${{ toJson(runner) }}
47
- run: echo "$RUNNER_CONTEXT"
48
- - name: Dump strategy context
49
50
- STRATEGY_CONTEXT: ${{ toJson(strategy) }}
51
- run: echo "$STRATEGY_CONTEXT"
52
- - name: Dump matrix context
53
54
- MATRIX_CONTEXT: ${{ toJson(matrix) }}
55
- run: echo "$MATRIX_CONTEXT"
56
-
57
- name: Cache rustup
58
uses: actions/cache@v1
59
with:
0 commit comments