Skip to content

Commit 3fd4ac7

Browse files
committed
use Nix environment in CI
1 parent 037b1f7 commit 3fd4ac7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ jobs:
1515
backend:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: 'Checkout'
19-
uses: actions/checkout@v3
20-
21-
- name: 'Install Rust toolchain'
22-
uses: actions-rust-lang/setup-rust-toolchain@v1
23-
24-
- name: 'Install Protoc'
25-
uses: arduino/setup-protoc@v3
26-
with:
27-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
- uses: actions/checkout@v3
19+
- uses: nicknovitski/nix-develop@v1
2820

2921
- name: 'Install linera-storage-service'
3022
uses: taiki-e/cache-cargo-install-action@v2

0 commit comments

Comments
 (0)