Skip to content

Commit a353dec

Browse files
committed
Update
1 parent 0212f27 commit a353dec

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- uses: taiki-e/install-action@v2
3636
with:
3737
tool: just@1.40.0
38-
- uses: Swatinem/rust-cache@v2
39-
with:
40-
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
4138
- uses: dtolnay/rust-toolchain@master
4239
with:
4340
toolchain: ${{ matrix.toolchain }}
4441
components: clippy, rustfmt
42+
- uses: Swatinem/rust-cache@v2
43+
with:
44+
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
4545
- name: Install musl tools
4646
run: |
4747
sudo apt-get install -y musl-tools

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/target
22
/etc/simple
3+
.env
4+
.envrc

0 commit comments

Comments
 (0)