File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- name : Cache
40
40
uses : Swatinem/rust-cache@v2
41
41
- name : Add rustup target
42
- run : rustup target add ${{ matrix.target }}
42
+ run : rustup target add ${{ matrix.rust- target }}
43
43
44
44
- name : Diagnostics on Windows
45
45
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ jobs:
127
127
128
128
- name : Cargo build
129
129
run : |
130
+ rustup target add ${{ matrix.target }}
130
131
cargo build -p tmc-langs-cli --release --target ${{ matrix.target }}
131
132
npm --prefix ./crates/bindings/tmc-langs-node install
132
133
npm run --prefix ./crates/bindings/tmc-langs-node build -- --release
133
134
- name : Sign
134
135
run : codesign --force -s - target/release/tmc-langs-cli
135
136
- name : Deploy
136
137
run : |
137
- rustup target add ${{ matrix.target }}
138
138
gsutil cp ./target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG
139
139
gsutil cp ./crates/bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$TAG.node
You can’t perform that action at this time.
0 commit comments