diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 09:19:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 09:19:29 -0500 |
| commit | 5f1df038fb1462607af3555fa7431c05ca484dce (patch) | |
| tree | 0e819c1e1ec422b9573abc379c79fcbcc1cbd88c /.github/workflows/ci.yml | |
| parent | c41280a057c9ca300afe43f2cb4f576e050f8cde (diff) | |
Replace libdeno with rusty_v8 (#3556)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b43dda3bf..66ddc968e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,9 +103,6 @@ jobs: rustc --version cargo --version - - name: Run setup.py - run: python ./tools/setup.py - - name: Start sccache env: AWS_ACCESS_KEY_ID: AKIAIVRN52PLDBP55LBQ |
