We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab76ea commit 47289f4Copy full SHA for 47289f4
.github/workflows/cont_integration.yml
@@ -30,8 +30,7 @@ jobs:
30
MATRIX_RUST_VERSION: ${{ matrix.rust.version }}
31
MATRIX_FEATURES: ${{ matrix.features }}
32
run: echo "$MATRIX_RUST_VERSION $MATRIX_FEATURES" | tee .cache_key
33
- # run: echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
34
-
+
35
- name: "Cache"
36
uses: actions/cache@v3
37
with:
@@ -45,8 +44,7 @@ jobs:
45
44
env:
46
47
run: rustup default $MATRIX_RUST_VERSION
48
- # run: rustup default ${{ matrix.rust.version }}
49
50
- name: "Set profile"
51
run: rustup set profile minimal
52
0 commit comments