Skip to content

Commit

Permalink
Merge pull request #2 from denoland/master
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
iykekings authored Jun 5, 2020
2 parents 68dfc4f + c4c6a8d commit 27a99ff
Show file tree
Hide file tree
Showing 215 changed files with 8,584 additions and 3,366 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.43.0"
rust-version: 1.44.0

- name: Install clippy and rustfmt
if: matrix.config.kind == 'lint'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"

- name: Cache
uses: denoland/github-actions-cache@stable-prerelease
uses: actions/cache@v2
with:
# Note: crates from the denoland/deno git repo always get rebuilt,
# and their outputs ('deno', 'libdeno.rlib' etc.) are quite big,
Expand Down
Loading

0 comments on commit 27a99ff

Please sign in to comment.