File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 check-dist :
22- runs-on : ubuntu-latest
22+ runs-on : namespace-profile-default
2323
2424 steps :
2525 - uses : actions/checkout@v4
2626
27- - run : git submodule update --init actions-toolkit
27+ - run : |
28+ git submodule update --init actions-toolkit
29+ cd actions-toolkit/packages/artifact
30+ npm install
2831
2932 - name : Setup Node 20
3033 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2525 - name : Checkout
2626 uses : actions/checkout@v4
2727
28- - run : git submodule update --init actions-toolkit
28+ - run : |
29+ git submodule update --init actions-toolkit
30+ cd actions-toolkit/packages/artifact
31+ npm install
2932
3033 - name : Setup Node 20
3134 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments