File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
name : stable - ${{ matrix.settings.target }} - node@18
49
49
runs-on : ${{ matrix.settings.host }}
50
50
steps :
51
- - uses : actions /checkout@v3
51
+ - uses : meta-introspector /checkout@v3
52
52
- name : Setup node
53
53
uses : meta-introspector/setup-node@v3
54
54
if : ${{ !matrix.settings.docker }}
63
63
toolchain : stable
64
64
targets : ${{ matrix.settings.target }}
65
65
- name : Cache cargo
66
- uses : actions /cache@v3
66
+ uses : meta-introspector /cache@v3
67
67
with :
68
68
path : |
69
69
~/.cargo/registry/index/
72
72
.cargo-cache
73
73
target/
74
74
key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
75
- - uses : goto-bus-stop /setup-zig@v2
75
+ - uses : meta-introspector /setup-zig@v1
76
76
if : ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
77
77
with :
78
78
version : 0.10.1
@@ -161,7 +161,7 @@ jobs:
161
161
- ' 18'
162
162
runs-on : ubuntu-latest
163
163
steps :
164
- - uses : actions /checkout@v3
164
+ - uses : meta-introspector /checkout@v3
165
165
- name : Setup node
166
166
uses : meta-introspector/setup-node@v3
167
167
with :
@@ -221,7 +221,7 @@ jobs:
221
221
- test-linux-x64-gnu-binding
222
222
- universal-macOS
223
223
steps :
224
- - uses : actions /checkout@v3
224
+ - uses : meta-introspector /checkout@v3
225
225
- name : Setup node
226
226
uses : meta-introspector/setup-node@v3
227
227
with :
You can’t perform that action at this time.
0 commit comments