Skip to content

Commit

Permalink
Add build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
l0s committed Dec 19, 2024
1 parent c4eef2e commit 91f728b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release --locked --verbose
- name: Lint
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# rlox

[![Continuous Integration](https://github.com/l0s/rlox/actions/workflows/ci.yml/badge.svg)](https://github.com/l0s/rlox/actions/workflows/ci.yml)

A Rust implementation of the Lox language intepreter from [Crafting
Interpreters](https://craftinginterpreters.com).

0 comments on commit 91f728b

Please sign in to comment.