We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0212f27 commit a353decCopy full SHA for a353dec
.github/workflows/rust.yml
@@ -35,13 +35,13 @@ jobs:
35
- uses: taiki-e/install-action@v2
36
with:
37
tool: just@1.40.0
38
- - uses: Swatinem/rust-cache@v2
39
- with:
40
- key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
41
- uses: dtolnay/rust-toolchain@master
42
43
toolchain: ${{ matrix.toolchain }}
44
components: clippy, rustfmt
+ - uses: Swatinem/rust-cache@v2
+ with:
+ key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}-${{ matrix.toolchain }}
45
- name: Install musl tools
46
run: |
47
sudo apt-get install -y musl-tools
.gitignore
@@ -1,2 +1,4 @@
1
/target
2
/etc/simple
3
+.env
4
+.envrc
0 commit comments