Commit 171188c 1 parent aaa1a80 commit 171188c Copy full SHA for 171188c
File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,23 @@ jobs:
26
26
fail-fast : false
27
27
matrix :
28
28
node-version : [18.x]
29
- platform : [macos-latest, ubuntu-latest, windows-latest]
29
+ platform : [ubuntu-latest, windows-latest]
30
30
include :
31
31
- os : ubuntu-latest
32
32
rust_target : x86_64-unknown-linux-gnu
33
- - os : macos-latest
34
- rust_target : x86_64-apple-darwin
35
- - os : macos-latest
36
- rust_target : aarch64-apple-darwin
37
33
- os : windows-latest
38
34
rust_target : x86_64-pc-windows-msvc
35
+ # - os: macos-latest
36
+ # rust_target: x86_64-apple-darwin
37
+ # - os: macos-latest
38
+ # rust_target: aarch64-apple-darwin
39
39
runs-on : ${{ matrix.platform }}
40
40
steps :
41
41
- name : Checkout repository
42
42
uses : actions/checkout@v3
43
43
with :
44
44
token : ${{ env.GITHUB_TOKEN }}
45
45
46
- - name : Output info
47
- run : echo ${{ matrix.platform.os }} ${{ matrix.platform.rust_target }}
48
-
49
46
- name : Node.js setup ${{ matrix.node-version }}
50
47
uses : actions/setup-node@v3
51
48
with :
69
66
run : |
70
67
sudo apt-get update
71
68
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
69
+ npm install -g typescript
72
70
73
71
- name : install dependencies (windows only)
74
72
if : matrix.platform == 'windows-latest'
You can’t perform that action at this time.
0 commit comments