Skip to content

Commit

Permalink
ci: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 28, 2024
1 parent c54a151 commit afa4220
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
on: push
name: CI

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: master
repository: pytorch/executorch
path: executorch
submodules: recursive
- name: Cached build
uses: actions/cache@v2
with:
Expand Down

0 comments on commit afa4220

Please sign in to comment.