Commit d17bf22 1 parent 123c652 commit d17bf22 Copy full SHA for d17bf22
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
matrix :
29
29
node-version : [18.x]
30
30
include :
31
- - os : ubuntu-latest
31
+ - platform : ubuntu-latest
32
32
rust_target : x86_64-unknown-linux-gnu
33
- - os : windows-latest
33
+ - platform : windows-latest
34
34
rust_target : x86_64-pc-windows-msvc
35
- - os : macos-latest
35
+ - platform : macos-latest
36
36
rust_target : x86_64-apple-darwin
37
- - os : macos-latest
37
+ - platform : macos-latest
38
38
rust_target : aarch64-apple-darwin
39
- runs-on : ${{ matrix.os }}
39
+ runs-on : ${{ matrix.platform }}
40
40
steps :
41
41
- name : Checkout repository
42
42
uses : actions/checkout@v4
56
56
override : true
57
57
profile : minimal
58
58
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
59
- target : ${{ matrix.platform. rust_target }}
59
+ target : ${{ matrix.rust_target }}
60
60
61
61
- uses : Swatinem/rust-cache@v2
62
62
74
74
npm install -g typescript
75
75
npm install -g pnpm
76
76
77
- - name : install dependencies (windows only)
77
+ - name : install dependencies (macos only)
78
78
if : matrix.platform == 'macos-latest'
79
79
run : |
80
80
brew install pnpm
88
88
- uses : JonasKruckenberg/tauri-build@v1.2.3
89
89
id : tauri_build
90
90
with :
91
- target : ${{ matrix.platform. rust_target }}
91
+ target : ${{ matrix.rust_target }}
92
92
93
93
- uses : actions/upload-artifact@v4
94
94
with :
You can’t perform that action at this time.
0 commit comments