Skip to content

Commit eb357d3

Browse files
committed
tee is necessary I guess
1 parent 8ec92b5 commit eb357d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
rustup default $TOOLCHAIN
4040
4141
- name: cargo update
42-
# `cargo update` outputs to stderr
43-
run: cargo update 2>&1 > cargo_update.log
42+
run: cargo update 2>&1 | tee -a cargo_update.log
4443
- name: upload Cargo.lock artifact for use in PR
4544
uses: actions/upload-artifact@v3
4645
with:

0 commit comments

Comments
 (0)