Skip to content

Commit 098fd51

Browse files
committed
ci: CI Update Rust, not if matrix.settings.docker
1 parent fde516f commit 098fd51

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ jobs:
108108
toolchain: stable
109109
targets: ${{ matrix.settings.target }}
110110
- name: Update Rust
111-
if: ${{ !matrix.settings.docker }}
112111
run: rustup update stable
113112
- name: Update Cargo dependencies
114-
if: ${{ !matrix.settings.docker }}
115113
run: cargo update
116114
- name: Cache cargo
117115
uses: actions/cache@v3

0 commit comments

Comments
 (0)