File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 24
24
rust-target : x86_64-pc-windows-msvc
25
25
java-arch : x64
26
26
- os : macos-latest
27
- rust-target : aarch64 -apple-darwin
28
- java-arch : aarch64
27
+ rust-target : x86_64 -apple-darwin
28
+ java-arch : x64
29
29
fail-fast : false
30
30
runs-on : ${{ matrix.os }}
31
31
93
93
Rscript -e 'install.packages(c("testthat", "jsonlite", "R.utils"))'
94
94
Rscript -e 'install.packages("crates/plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
95
95
96
- - name : Install rosetta
97
- if : matrix.os == 'macos-latest'
98
- run : softwareupdate --install-rosetta --agree-to-license
99
96
- name : Run tests
100
97
run : cargo test --no-fail-fast --target ${{ matrix.rust-target }}
Original file line number Diff line number Diff line change @@ -135,5 +135,5 @@ jobs:
135
135
run : codesign --force -s - target/release/tmc-langs-cli
136
136
- name : Deploy
137
137
run : |
138
- gsutil cp ./target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG
139
- gsutil cp ./crates/bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$TAG.node
138
+ gsutil cp ./target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG
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