We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbc0d8 commit fde516fCopy full SHA for fde516f
1 file changed
.github/workflows/CI.yml
@@ -3,6 +3,8 @@ env:
3
DEBUG: napi:*
4
APP_NAME: nacos-sdk-rust-binding-node
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
+ CARGO_NET_GIT_FETCH_WITH_CLI: true
7
+ CARGO_BUILD_JOBS: 1
8
'on':
9
push:
10
branches:
@@ -105,6 +107,12 @@ jobs:
105
107
with:
106
108
toolchain: stable
109
targets: ${{ matrix.settings.target }}
110
+ - name: Update Rust
111
+ if: ${{ !matrix.settings.docker }}
112
+ run: rustup update stable
113
+ - name: Update Cargo dependencies
114
115
+ run: cargo update
116
- name: Cache cargo
117
uses: actions/cache@v3
118
0 commit comments