Skip to content

Commit

Permalink
CI: Install Nickel
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 11, 2024
1 parent 62e2c0d commit ebe5c16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install Cargo
uses: dtolnay/rust-toolchain@stable

- name: Install Nickel
run: cargo install nickel-lang-cli

- name: Build project and run tests
run: make test

Expand Down

0 comments on commit ebe5c16

Please sign in to comment.