Skip to content

Commit 47289f4

Browse files
committed
fix: verified signature
1 parent aab76ea commit 47289f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cont_integration.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
MATRIX_RUST_VERSION: ${{ matrix.rust.version }}
3131
MATRIX_FEATURES: ${{ matrix.features }}
3232
run: echo "$MATRIX_RUST_VERSION $MATRIX_FEATURES" | tee .cache_key
33-
# run: echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
34-
33+
3534
- name: "Cache"
3635
uses: actions/cache@v3
3736
with:
@@ -45,8 +44,7 @@ jobs:
4544
env:
4645
MATRIX_RUST_VERSION: ${{ matrix.rust.version }}
4746
run: rustup default $MATRIX_RUST_VERSION
48-
# run: rustup default ${{ matrix.rust.version }}
49-
47+
5048
- name: "Set profile"
5149
run: rustup set profile minimal
5250

0 commit comments

Comments
 (0)