no 'uses:'
This commit is contained in:
parent
4043c83a2d
commit
52fa5a68c8
|
|
@ -15,16 +15,8 @@ jobs:
|
|||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.x
|
||||
cache: 'npm'
|
||||
- name: Generate unrouted PCBs
|
||||
run: npm run gen
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17.x
|
||||
cache: 'npm'
|
||||
- name: Export DSN
|
||||
uses: ./.github/actions/export-dsn
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue